Html Css Color HEX #CCC392 Winter Hazel

📋 copy color: '#CCC392'

red 204 ◦ green 195 ◦ blue 146

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

Shades of Winter Hazel #CCC392

Tints of Winter Hazel #CCC392

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.78%

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

R = 37.43%
G = 35.78%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CCC392 (or 0xCCC392) is known color: Winter Hazel. HEX triplet: CC, C3 and 92. RGB value is (204,195,146). Sum of RGB (Red+Green+Blue) = 204+195+146=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 195 (76.56% from 255 or 35.78% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC392 is #333C6D. Grayscale: #C0C0C0. Windows color (decimal): -3357806 or 9618380. OLE color: 9618380.

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

Color convert

RGB 204 195 146 -
CMYK 0 0.04 0.28 0.2
HSL 50.69º 0.36% 0.69% -
HSV(B) 50.69º 0.28% 0.8% -
XYZ 49.61 53.94 34.99 -
YUV 192.11 101.98 136.48 -
System Red Green Blue C M Y K H S L
Decimal 204 195 146 0 0.04 0.28 0.2 50.69 0.36 0.69
Hex CC C3 92 0 4 1C 14 33 24 45
Octal 314 303 222 0 4 34 24 63 44 105
Binary 11001100 11000011 10010010 0 100 11100 10100 110011 100100 1000101

Color Harmonies of #CCC392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC392

Black with #CCC392

Text Example


Text Example

White with #CCC392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC392; }

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

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

background-color css

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

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

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

border-color css

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

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

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