#CA8685

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

Shades of Oriental Pink #CA8685

Tints of Oriental Pink #CA8685

Color information

#CA8685 (or 0xCA8685) is unknown color: approx Oriental Pink. HEX triplet: CA, 86 and 85. RGB value is (202,134,133). Sum of RGB (Red+Green+Blue) = 202+134+133=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8685 is #35797A. Grayscale: #9A9A9A. Windows color (decimal): -3504507 or 8750794. OLE color: 8750794.

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

Color convert

RGB202134133-
CMYK00.340.340.21
HSL0.87º39.43%65.69%-
HSV(B)0.87º34.16%79.22%-
XYZ37.1231.326.28-
YUV154.22116.03162.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.07%
GREEN value IS 134 (52.73% from 255) = 28.57%
BLUE value IS 133 (52.34% from 255) = 28.36%
R=43.07%
G=28.57%
B=28.36%

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
Decimal20213413300.340.340.210.8739.4365.69
HexCA8685022221512742
Octal3122062050424225147102
Binary11001010100001101000010101000101000101010111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8685; }

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

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

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

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

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

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

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

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