#CC9089

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

Shades of Oriental Pink #CC9089

Tints of Oriental Pink #CC9089

Color information

#CC9089 (or 0xCC9089) is unknown color: approx Oriental Pink. HEX triplet: CC, 90 and 89. RGB value is (204,144,137). Sum of RGB (Red+Green+Blue) = 204+144+137=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 137 (53.91% from 255 or 28.25% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9089 is #336F76. Grayscale: #A1A1A1. Windows color (decimal): -3370871 or 9015500. OLE color: 9015500.

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

Color convert

RGB204144137-
CMYK00.290.330.2
HSL6.27º39.64%66.86%-
HSV(B)6.27º32.84%80%-
XYZ39.3934.5928.27-
YUV161.14114.38158.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.06%
GREEN value IS 144 (56.64% from 255) = 29.69%
BLUE value IS 137 (53.91% from 255) = 28.25%
R=42.06%
G=29.69%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414413700.290.330.26.2739.6466.86
HexCC908901D211462843
Octal3142202110354124650103
Binary110011001001000010001001011101100001101001101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9089; }

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

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

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

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

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

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

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

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