Html Css Color HEX #CC9E90 Rose

📋 copy color: '#CC9E90'

red 204 ◦ green 158 ◦ blue 144

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

Shades of Rose #CC9E90

Tints of Rose #CC9E90

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.23%

 BLUE value IS 144 (56.64% from 255) = 28.46%

R = 40.32%
G = 31.23%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC9E90 (or 0xCC9E90) is known color: Rose. HEX triplet: CC, 9E and 90. RGB value is (204,158,144). Sum of RGB (Red+Green+Blue) = 204+158+144=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9E90 is #33616F. Grayscale: #AAAAAA. Windows color (decimal): -3367280 or 9477836. OLE color: 9477836.

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

Color convert

RGB 204 158 144 -
CMYK 0 0.23 0.29 0.2
HSL 14º 0.37% 0.68% -
HSV(B) 14º 0.29% 0.8% -
XYZ 42.16 39.3 31.75 -
YUV 170.16 113.24 152.14 -
System Red Green Blue C M Y K H S L
Decimal 204 158 144 0 0.23 0.29 0.2 14 0.37 0.68
Hex CC 9E 90 0 17 1D 14 E 25 44
Octal 314 236 220 0 27 35 24 16 45 104
Binary 11001100 10011110 10010000 0 10111 11101 10100 1110 100101 1000100

Color Harmonies of #CC9E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9E90

Black with #CC9E90

Text Example


Text Example

White with #CC9E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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