Html Css Color HEX #CCC27A Winter Hazel

📋 copy color: '#CCC27A'

red 204 ◦ green 194 ◦ blue 122

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

Shades of Winter Hazel #CCC27A

Tints of Winter Hazel #CCC27A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.31%

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

R = 39.23%
G = 37.31%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CCC27A (or 0xCCC27A) is known color: Winter Hazel. HEX triplet: CC, C2 and 7A. RGB value is (204,194,122). Sum of RGB (Red+Green+Blue) = 204+194+122=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC27A is #333D85. Grayscale: #BDBDBD. Windows color (decimal): -3358086 or 8045260. OLE color: 8045260.

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

Color convert

RGB 204 194 122 -
CMYK 0 0.05 0.40 0.2
HSL 52.68º 0.45% 0.64% -
HSV(B) 52.68º 0.4% 0.8% -
XYZ 47.71 52.83 26.09 -
YUV 188.78 90.31 138.85 -
System Red Green Blue C M Y K H S L
Decimal 204 194 122 0 0.05 0.40 0.2 52.68 0.45 0.64
Hex CC C2 7A 0 5 28 14 35 2D 40
Octal 314 302 172 0 5 50 24 65 55 100
Binary 11001100 11000010 1111010 0 101 101000 10100 110101 101101 1000000

Color Harmonies of #CCC27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC27A

Black with #CCC27A

Text Example


Text Example

White with #CCC27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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