Html Css Color HEX #CC9B91 Rose

📋 copy color: '#CC9B91'

red 204 ◦ green 155 ◦ blue 145

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

Shades of Rose #CC9B91

Tints of Rose #CC9B91

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.75%

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

R = 40.48%
G = 30.75%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC9B91 (or 0xCC9B91) is known color: Rose. HEX triplet: CC, 9B and 91. RGB value is (204,155,145). Sum of RGB (Red+Green+Blue) = 204+155+145=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9B91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9B91 is #33646E. Grayscale: #A8A8A8. Windows color (decimal): -3368047 or 9542604. OLE color: 9542604.

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

Color convert

RGB 204 155 145 -
CMYK 0 0.24 0.29 0.2
HSL 10.17º 0.37% 0.68% -
HSV(B) 10.17º 0.29% 0.8% -
XYZ 41.73 38.32 31.99 -
YUV 168.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 204 155 145 0 0.24 0.29 0.2 10.17 0.37 0.68
Hex CC 9B 91 0 18 1D 14 A 25 44
Octal 314 233 221 0 30 35 24 12 45 104
Binary 11001100 10011011 10010001 0 11000 11101 10100 1010 100101 1000100

Color Harmonies of #CC9B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9B91

Black with #CC9B91

Text Example


Text Example

White with #CC9B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9B91; }

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

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

background-color css

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

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

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

border-color css

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

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

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