#CA8787

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

Shades of Oriental Pink #CA8787

Tints of Oriental Pink #CA8787

Color information

#CA8787 (or 0xCA8787) is unknown color: approx Oriental Pink. HEX triplet: CA, 87 and 87. RGB value is (202,135,135). Sum of RGB (Red+Green+Blue) = 202+135+135=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8787 is #357878. Grayscale: #9B9B9B. Windows color (decimal): -3504249 or 8882122. OLE color: 8882122.

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

Color convert

RGB202135135-
CMYK00.330.330.21
HSL38.73%66.08%-
HSV(B)33.17%79.22%-
XYZ37.3931.6327.06-
YUV155.03116.7161.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 135 (53.12% from 255) = 28.60%
BLUE value IS 135 (53.12% from 255) = 28.60%
R=42.80%
G=28.60%
B=28.60%

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
Decimal20213513500.330.330.21038.7366.08
HexCA8787021211502742
Octal3122072070414125047102
Binary11001010100001111000011101000011000011010101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8787; }

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

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

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

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

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

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

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

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