Html Css Color HEX #CCC192 Winter Hazel

📋 copy color: '#CCC192'

red 204 ◦ green 193 ◦ blue 146

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

Shades of Winter Hazel #CCC192

Tints of Winter Hazel #CCC192

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.54%

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

R = 37.57%
G = 35.54%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CCC192 (or 0xCCC192) is known color: Winter Hazel. HEX triplet: CC, C1 and 92. RGB value is (204,193,146). Sum of RGB (Red+Green+Blue) = 204+193+146=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC192 is #333E6D. Grayscale: #BFBFBF. Windows color (decimal): -3358318 or 9617868. OLE color: 9617868.

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

Color convert

RGB 204 193 146 -
CMYK 0 0.05 0.28 0.2
HSL 48.62º 0.36% 0.69% -
HSV(B) 48.62º 0.28% 0.8% -
XYZ 49.16 53.05 34.84 -
YUV 190.93 102.64 137.32 -
System Red Green Blue C M Y K H S L
Decimal 204 193 146 0 0.05 0.28 0.2 48.62 0.36 0.69
Hex CC C1 92 0 5 1C 14 31 24 45
Octal 314 301 222 0 5 34 24 61 44 105
Binary 11001100 11000001 10010010 0 101 11100 10100 110001 100100 1000101

Color Harmonies of #CCC192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC192

Black with #CCC192

Text Example


Text Example

White with #CCC192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC192; }

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

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

background-color css

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

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

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

border-color css

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

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

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