Html Css Color HEX #CC9D90 Rose

📋 copy color: '#CC9D90'

red 204 ◦ green 157 ◦ blue 144

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

Shades of Rose #CC9D90

Tints of Rose #CC9D90

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.09%

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

R = 40.4%
G = 31.09%
B = 28.51%

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

#CC9D90 (or 0xCC9D90) is known color: Rose. HEX triplet: CC, 9D and 90. RGB value is (204,157,144). Sum of RGB (Red+Green+Blue) = 204+157+144=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9D90 is #33626F. Grayscale: #A9A9A9. Windows color (decimal): -3367536 or 9477580. OLE color: 9477580.

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

Color convert

RGB 204 157 144 -
CMYK 0 0.23 0.29 0.2
HSL 13º 0.37% 0.68% -
HSV(B) 13º 0.29% 0.8% -
XYZ 41.99 38.96 31.69 -
YUV 169.57 113.57 152.56 -
System Red Green Blue C M Y K H S L
Decimal 204 157 144 0 0.23 0.29 0.2 13 0.37 0.68
Hex CC 9D 90 0 17 1D 14 D 25 44
Octal 314 235 220 0 27 35 24 15 45 104
Binary 11001100 10011101 10010000 0 10111 11101 10100 1101 100101 1000100

Color Harmonies of #CC9D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9D90

Black with #CC9D90

Text Example


Text Example

White with #CC9D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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