#CA8D88

Color #CA8D88 Oriental Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oriental Pink #CA8D88

Tints of Oriental Pink #CA8D88

Color information

#CA8D88 (or 0xCA8D88) is unknown color: approx Oriental Pink. HEX triplet: CA, 8D and 88. RGB value is (202,141,136). Sum of RGB (Red+Green+Blue) = 202+141+136=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8D88 is #357277. Grayscale: #9E9E9E. Windows color (decimal): -3502712 or 8949194. OLE color: 8949194.

HSL color Cylindrical-coordinate representation of color #CA8D88: hue angle of 4.55º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA8D88 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB202141136-
CMYK00.300.330.21
HSL4.55º38.37%66.27%-
HSV(B)4.55º32.67%79.22%-
XYZ38.3333.3827.72-
YUV158.67115.21158.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 42.17%
GREEN value IS 141 (55.47% from 255) = 29.44%
BLUE value IS 136 (53.52% from 255) = 28.39%
R=42.17%
G=29.44%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214113600.300.330.214.5538.3766.27
HexCA8D8801E211552642
Octal3122152100364125546102
Binary110010101000110110001000011110100001101011011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8D88; }

 p { color: rgb(202,141,136); }

 H1.HeaderClassName
 {
   color: #CA8D88;
 }
 .AnyTagClassName
 {
   color: #CA8D88;
 }
</style>
background-color css

<style>
 a { background-color: #CA8D88; }

 a { background-color: rgb(202,141,136); }

 div.DivClassName
 {
   background-color: #CA8D88;
 }
 .BgClassName
 {
   background-color: #CA8D88;
 }
</style>
border-color css

<style>
 span { border-color: #CA8D88; }

 span { border-color: rgb(202,141,136); }

 td.TdClassName
 {
   border-color: #CA8D88;
 }
 .TagClassName
 {
   border-color: #CA8D88;
 }
</style>