#CA8887

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

Shades of Oriental Pink #CA8887

Tints of Oriental Pink #CA8887

Color information

#CA8887 (or 0xCA8887) is unknown color: approx Oriental Pink. HEX triplet: CA, 88 and 87. RGB value is (202,136,135). Sum of RGB (Red+Green+Blue) = 202+136+135=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8887 is #357778. Grayscale: #9B9B9B. Windows color (decimal): -3503993 or 8882378. OLE color: 8882378.

HSL color Cylindrical-coordinate representation of color #CA8887: hue angle of 0.9º degrees, saturation: 0.39, 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 #CA8887 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB202136135-
CMYK00.330.330.21
HSL0.9º38.73%66.08%-
HSV(B)0.9º33.17%79.22%-
XYZ37.5331.9127.1-
YUV155.62116.37161.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 136 (53.52% from 255) = 28.75%
BLUE value IS 135 (53.12% from 255) = 28.54%
R=42.71%
G=28.75%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213613500.330.330.210.938.7366.08
HexCA8887021211512742
Octal3122102070414125147102
Binary11001010100010001000011101000011000011010111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8887; }

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

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

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

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

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

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

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

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