#CA9287

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

Shades of Oriental Pink #CA9287

Tints of Oriental Pink #CA9287

Color information

#CA9287 (or 0xCA9287) is unknown color: approx Oriental Pink. HEX triplet: CA, 92 and 87. RGB value is (202,146,135). Sum of RGB (Red+Green+Blue) = 202+146+135=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9287 is #356D78. Grayscale: #A1A1A1. Windows color (decimal): -3501433 or 8884938. OLE color: 8884938.

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

Color convert

RGB202146135-
CMYK00.280.330.21
HSL9.85º38.73%66.08%-
HSV(B)9.85º33.17%79.22%-
XYZ39.0134.8627.6-
YUV161.49113.05156.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.82%
GREEN value IS 146 (57.42% from 255) = 30.23%
BLUE value IS 135 (53.12% from 255) = 27.95%
R=41.82%
G=30.23%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214613500.280.330.219.8538.7366.08
HexCA928701C2115a2742
Octal31222220703441251247102
Binary1100101010010010100001110111001000011010110101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9287; }

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

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

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

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

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

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

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

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