Html Css Color HEX #CCC07A Winter Hazel

📋 copy color: '#CCC07A'

red 204 ◦ green 192 ◦ blue 122

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

Shades of Winter Hazel #CCC07A

Tints of Winter Hazel #CCC07A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.07%

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

R = 39.38%
G = 37.07%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CCC07A (or 0xCCC07A) is known color: Winter Hazel. HEX triplet: CC, C0 and 7A. RGB value is (204,192,122). Sum of RGB (Red+Green+Blue) = 204+192+122=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 122 (48.05% from 255 or 23.55% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC07A is #333F85. Grayscale: #BBBBBB. Windows color (decimal): -3358598 or 8044748. OLE color: 8044748.

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

Color convert

RGB 204 192 122 -
CMYK 0 0.06 0.40 0.2
HSL 51.22º 0.45% 0.64% -
HSV(B) 51.22º 0.4% 0.8% -
XYZ 47.26 51.94 25.95 -
YUV 187.61 90.98 139.69 -
System Red Green Blue C M Y K H S L
Decimal 204 192 122 0 0.06 0.40 0.2 51.22 0.45 0.64
Hex CC C0 7A 0 6 28 14 33 2D 40
Octal 314 300 172 0 6 50 24 63 55 100
Binary 11001100 11000000 1111010 0 110 101000 10100 110011 101101 1000000

Color Harmonies of #CCC07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC07A

Black with #CCC07A

Text Example


Text Example

White with #CCC07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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