Html Css Color HEX #CCC678 Winter Hazel

📋 copy color: '#CCC678'

red 204 ◦ green 198 ◦ blue 120

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

Shades of Winter Hazel #CCC678

Tints of Winter Hazel #CCC678

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.93%

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

R = 39.08%
G = 37.93%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CCC678 (or 0xCCC678) is known color: Winter Hazel. HEX triplet: CC, C6 and 78. RGB value is (204,198,120). Sum of RGB (Red+Green+Blue) = 204+198+120=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 120 (47.27% from 255 or 22.99% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC678 is #333987. Grayscale: #BFBFBF. Windows color (decimal): -3357064 or 7915212. OLE color: 7915212.

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

Color convert

RGB 204 198 120 -
CMYK 0 0.03 0.41 0.2
HSL 55.71º 0.45% 0.64% -
HSV(B) 55.71º 0.41% 0.8% -
XYZ 48.49 54.58 25.75 -
YUV 190.9 87.99 137.34 -
System Red Green Blue C M Y K H S L
Decimal 204 198 120 0 0.03 0.41 0.2 55.71 0.45 0.64
Hex CC C6 78 0 3 29 14 38 2D 40
Octal 314 306 170 0 3 51 24 70 55 100
Binary 11001100 11000110 1111000 0 11 101001 10100 111000 101101 1000000

Color Harmonies of #CCC678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC678

Black with #CCC678

Text Example


Text Example

White with #CCC678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC678; }

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

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

background-color css

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

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

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

border-color css

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

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

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