#CA8585

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

Shades of Oriental Pink #CA8585

Tints of Oriental Pink #CA8585

Color information

#CA8585 (or 0xCA8585) is unknown color: approx Oriental Pink. HEX triplet: CA, 85 and 85. RGB value is (202,133,133). Sum of RGB (Red+Green+Blue) = 202+133+133=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8585 is #357A7A. Grayscale: #999999. Windows color (decimal): -3504763 or 8750538. OLE color: 8750538.

HSL color Cylindrical-coordinate representation of color #CA8585: 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.34%. Process color model (Four color, CMYK) of #CA8585 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB202133133-
CMYK00.340.340.21
HSL39.43%65.69%-
HSV(B)34.16%79.22%-
XYZ36.9831.0326.23-
YUV153.63116.36162.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 133 (52.34% from 255) = 28.42%
BLUE value IS 133 (52.34% from 255) = 28.42%
R=43.16%
G=28.42%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213313300.340.340.21039.4365.69
HexCA8585022221502742
Octal3122052050424225047102
Binary11001010100001011000010101000101000101010101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8585; }

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

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

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

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

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

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

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

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