Html Css Color HEX #CCC378 Winter Hazel

📋 copy color: '#CCC378'

red 204 ◦ green 195 ◦ blue 120

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

Shades of Winter Hazel #CCC378

Tints of Winter Hazel #CCC378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.12%

R = 39.31%
G = 37.57%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CCC378 (or 0xCCC378) is known color: Winter Hazel. HEX triplet: CC, C3 and 78. RGB value is (204,195,120). Sum of RGB (Red+Green+Blue) = 204+195+120=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 120 (47.27% from 255 or 23.12% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC378 is #333C87. Grayscale: #BDBDBD. Windows color (decimal): -3357832 or 7914444. OLE color: 7914444.

HSL color Cylindrical-coordinate representation of color #CCC378: hue angle of 53.57º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCC378 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 195 120 -
CMYK 0 0.04 0.41 0.2
HSL 53.57º 0.45% 0.64% -
HSV(B) 53.57º 0.41% 0.8% -
XYZ 47.81 53.22 25.52 -
YUV 189.14 88.98 138.6 -
System Red Green Blue C M Y K H S L
Decimal 204 195 120 0 0.04 0.41 0.2 53.57 0.45 0.64
Hex CC C3 78 0 4 29 14 36 2D 40
Octal 314 303 170 0 4 51 24 66 55 100
Binary 11001100 11000011 1111000 0 100 101001 10100 110110 101101 1000000

Color Harmonies of #CCC378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC378

Black with #CCC378

Text Example


Text Example

White with #CCC378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC378; }

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

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

background-color css

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

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

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

border-color css

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

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

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