#CC8785

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

Shades of Oriental Pink #CC8785

Tints of Oriental Pink #CC8785

Color information

#CC8785 (or 0xCC8785) is unknown color: approx Oriental Pink. HEX triplet: CC, 87 and 85. RGB value is (204,135,133). Sum of RGB (Red+Green+Blue) = 204+135+133=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8785 is #33787A. Grayscale: #9B9B9B. Windows color (decimal): -3373179 or 8751052. OLE color: 8751052.

HSL color Cylindrical-coordinate representation of color #CC8785: hue angle of 1.69º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC8785 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB204135133-
CMYK00.340.350.2
HSL1.69º41.04%66.08%-
HSV(B)1.69º34.8%80%-
XYZ37.831.8626.35-
YUV155.4115.36162.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.22%
GREEN value IS 135 (53.12% from 255) = 28.60%
BLUE value IS 133 (52.34% from 255) = 28.18%
R=43.22%
G=28.60%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413513300.340.350.21.6941.0466.08
HexCC8785022231422942
Octal3142072050424324251102
Binary110011001000011110000101010001010001110100101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8785; }

 p { color: rgb(204,135,133); }

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

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

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

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

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

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

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