Html Css Color HEX #CC9C92 Rose

📋 copy color: '#CC9C92'

red 204 ◦ green 156 ◦ blue 146

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

Shades of Rose #CC9C92

Tints of Rose #CC9C92

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.83%

 BLUE value IS 146 (57.42% from 255) = 28.85%

R = 40.32%
G = 30.83%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC9C92 (or 0xCC9C92) is known color: Rose. HEX triplet: CC, 9C and 92. RGB value is (204,156,146). Sum of RGB (Red+Green+Blue) = 204+156+146=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9C92 is #33636D. Grayscale: #A9A9A9. Windows color (decimal): -3367790 or 9608396. OLE color: 9608396.

HSL color Cylindrical-coordinate representation of color #CC9C92: hue angle of 10.34º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CC9C92 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 156 146 -
CMYK 0 0.24 0.28 0.2
HSL 10.34º 0.36% 0.69% -
HSV(B) 10.34º 0.28% 0.8% -
XYZ 41.98 38.69 32.45 -
YUV 169.21 114.9 152.81 -
System Red Green Blue C M Y K H S L
Decimal 204 156 146 0 0.24 0.28 0.2 10.34 0.36 0.69
Hex CC 9C 92 0 18 1C 14 A 24 45
Octal 314 234 222 0 30 34 24 12 44 105
Binary 11001100 10011100 10010010 0 11000 11100 10100 1010 100100 1000101

Color Harmonies of #CC9C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9C92

Black with #CC9C92

Text Example


Text Example

White with #CC9C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9C92; }

 p { color: rgb(204,156,146); }

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

background-color css

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

 a { background-color: rgb(204,156,146); }

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

border-color css

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

 span { border-color: rgb(204,156,146); }

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