Html Css Color HEX #CC9E92 Rose

📋 copy color: '#CC9E92'

red 204 ◦ green 158 ◦ blue 146

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

Shades of Rose #CC9E92

Tints of Rose #CC9E92

RGB

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

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

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

R = 40.16%
G = 31.1%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC9E92 (or 0xCC9E92) is known color: Rose. HEX triplet: CC, 9E and 92. RGB value is (204,158,146). Sum of RGB (Red+Green+Blue) = 204+158+146=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9E92 is #33616D. Grayscale: #AAAAAA. Windows color (decimal): -3367278 or 9608908. OLE color: 9608908.

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

Color convert

RGB 204 158 146 -
CMYK 0 0.23 0.28 0.2
HSL 12.41º 0.36% 0.69% -
HSV(B) 12.41º 0.28% 0.8% -
XYZ 42.32 39.37 32.56 -
YUV 170.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 204 158 146 0 0.23 0.28 0.2 12.41 0.36 0.69
Hex CC 9E 92 0 17 1C 14 C 24 45
Octal 314 236 222 0 27 34 24 14 44 105
Binary 11001100 10011110 10010010 0 10111 11100 10100 1100 100100 1000101

Color Harmonies of #CC9E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9E92

Black with #CC9E92

Text Example


Text Example

White with #CC9E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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