#CC8585

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

Shades of Oriental Pink #CC8585

Tints of Oriental Pink #CC8585

Color information

#CC8585 (or 0xCC8585) is unknown color: approx Oriental Pink. HEX triplet: CC, 85 and 85. RGB value is (204,133,133). Sum of RGB (Red+Green+Blue) = 204+133+133=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8585 is #337A7A. Grayscale: #9A9A9A. Windows color (decimal): -3373691 or 8750540. OLE color: 8750540.

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

Color convert

RGB204133133-
CMYK00.350.350.2
HSL41.04%66.08%-
HSV(B)34.8%80%-
XYZ37.5231.3126.26-
YUV154.23116.02163.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.40%
GREEN value IS 133 (52.34% from 255) = 28.30%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=43.40%
G=28.30%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413313300.350.350.2041.0466.08
HexCC8585023231402942
Octal3142052050434324051102
Binary11001100100001011000010101000111000111010001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8585; }

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

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

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

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

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

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

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

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