Html Css Color HEX #CC9F91 Rose

📋 copy color: '#CC9F91'

red 204 ◦ green 159 ◦ blue 145

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

Shades of Rose #CC9F91

Tints of Rose #CC9F91

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.3%

 BLUE value IS 145 (57.03% from 255) = 28.54%

R = 40.16%
G = 31.3%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC9F91 (or 0xCC9F91) is known color: Rose. HEX triplet: CC, 9F and 91. RGB value is (204,159,145). Sum of RGB (Red+Green+Blue) = 204+159+145=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9F91 is #33606E. Grayscale: #AAAAAA. Windows color (decimal): -3367023 or 9543628. OLE color: 9543628.

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

Color convert

RGB 204 159 145 -
CMYK 0 0.22 0.29 0.2
HSL 14.24º 0.37% 0.68% -
HSV(B) 14.24º 0.29% 0.8% -
XYZ 42.41 39.68 32.21 -
YUV 170.86 113.41 151.64 -
System Red Green Blue C M Y K H S L
Decimal 204 159 145 0 0.22 0.29 0.2 14.24 0.37 0.68
Hex CC 9F 91 0 16 1D 14 E 25 44
Octal 314 237 221 0 26 35 24 16 45 104
Binary 11001100 10011111 10010001 0 10110 11101 10100 1110 100101 1000100

Color Harmonies of #CC9F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9F91

Black with #CC9F91

Text Example


Text Example

White with #CC9F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9F91; }

 p { color: rgb(204,159,145); }

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

background-color css

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

 a { background-color: rgb(204,159,145); }

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

border-color css

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

 span { border-color: rgb(204,159,145); }

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