Html Css Color HEX #CC9087 Oriental Pink

📋 copy color: '#CC9087'

red 204 ◦ green 144 ◦ blue 135

#CC9087
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oriental Pink #CC9087

Tints of Oriental Pink #CC9087

RGB

 RED value IS 204 (80.08% from 255) = 42.24%

 GREEN value IS 144 (56.64% from 255) = 29.81%

 BLUE value IS 135 (53.13% from 255) = 27.95%

R = 42.24%
G = 29.81%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC9087 (or 0xCC9087) is known color: Oriental Pink. HEX triplet: CC, 90 and 87. RGB value is (204,144,135). Sum of RGB (Red+Green+Blue) = 204+144+135=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9087 is #336F78. Grayscale: #A1A1A1. Windows color (decimal): -3370873 or 8884428. OLE color: 8884428.

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

Color convert

RGB 204 144 135 -
CMYK 0 0.29 0.34 0.2
HSL 7.83º 0.4% 0.66% -
HSV(B) 7.83º 0.34% 0.8% -
XYZ 39.25 34.53 27.52 -
YUV 160.91 113.38 158.73 -
System Red Green Blue C M Y K H S L
Decimal 204 144 135 0 0.29 0.34 0.2 7.83 0.4 0.66
Hex CC 90 87 0 1D 22 14 8 28 42
Octal 314 220 207 0 35 42 24 10 50 102
Binary 11001100 10010000 10000111 0 11101 100010 10100 1000 101000 1000010

Color Harmonies of #CC9087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9087

Black with #CC9087

Text Example


Text Example

White with #CC9087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9087; }

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

 H1.HeaderClassName
 {
   color: #CC9087;
 }
 .AnyTagClassName
 {
   color: #CC9087;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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