Html Css Color HEX #CCC77A Winter Hazel

📋 copy color: '#CCC77A'

red 204 ◦ green 199 ◦ blue 122

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

Shades of Winter Hazel #CCC77A

Tints of Winter Hazel #CCC77A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.9%

 BLUE value IS 122 (48.05% from 255) = 23.24%

R = 38.86%
G = 37.9%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CCC77A (or 0xCCC77A) is known color: Winter Hazel. HEX triplet: CC, C7 and 7A. RGB value is (204,199,122). Sum of RGB (Red+Green+Blue) = 204+199+122=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC77A is #333885. Grayscale: #C0C0C0. Windows color (decimal): -3356806 or 8046540. OLE color: 8046540.

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

Color convert

RGB 204 199 122 -
CMYK 0 0.02 0.40 0.2
HSL 56.34º 0.45% 0.64% -
HSV(B) 56.34º 0.4% 0.8% -
XYZ 48.84 55.09 26.47 -
YUV 191.72 88.66 136.76 -
System Red Green Blue C M Y K H S L
Decimal 204 199 122 0 0.02 0.40 0.2 56.34 0.45 0.64
Hex CC C7 7A 0 2 28 14 38 2D 40
Octal 314 307 172 0 2 50 24 70 55 100
Binary 11001100 11000111 1111010 0 10 101000 10100 111000 101101 1000000

Color Harmonies of #CCC77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC77A

Black with #CCC77A

Text Example


Text Example

White with #CCC77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC77A; }

 p { color: rgb(204,199,122); }

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

background-color css

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

 a { background-color: rgb(204,199,122); }

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

border-color css

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

 span { border-color: rgb(204,199,122); }

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