#CC8888

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

Shades of Oriental Pink #CC8888

Tints of Oriental Pink #CC8888

Color information

#CC8888 (or 0xCC8888) is unknown color: approx Oriental Pink. HEX triplet: CC, 88 and 88. RGB value is (204,136,136). Sum of RGB (Red+Green+Blue) = 204+136+136=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8888 is #337777. Grayscale: #9C9C9C. Windows color (decimal): -3372920 or 8947916. OLE color: 8947916.

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

Color convert

RGB204136136-
CMYK00.330.330.2
HSL40%66.67%-
HSV(B)33.33%80%-
XYZ38.1532.2227.5-
YUV156.33116.53162-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 136 (53.52% from 255) = 28.57%
BLUE value IS 136 (53.52% from 255) = 28.57%
R=42.86%
G=28.57%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413613600.330.330.204066.67
HexCC8888021211402843
Octal3142102100414124050103
Binary11001100100010001000100001000011000011010001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8888; }

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

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

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

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

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

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

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

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