#CC8D89

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

Shades of Oriental Pink #CC8D89

Tints of Oriental Pink #CC8D89

Color information

#CC8D89 (or 0xCC8D89) is unknown color: approx Oriental Pink. HEX triplet: CC, 8D and 89. RGB value is (204,141,137). Sum of RGB (Red+Green+Blue) = 204+141+137=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 137 (53.91% from 255 or 28.42% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8D89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8D89 is #337276. Grayscale: #9F9F9F. Windows color (decimal): -3371639 or 9014732. OLE color: 9014732.

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

Color convert

RGB204141137-
CMYK00.310.330.2
HSL3.58º39.64%66.86%-
HSV(B)3.58º32.84%80%-
XYZ38.9433.6928.12-
YUV159.38115.37159.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 141 (55.47% from 255) = 29.25%
BLUE value IS 137 (53.91% from 255) = 28.42%
R=42.32%
G=29.25%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414113700.310.330.23.5839.6466.86
HexCC8D8901F211442843
Octal3142152110374124450103
Binary110011001000110110001001011111100001101001001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8D89; }

 p { color: rgb(204,141,137); }

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

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

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

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

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

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

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