Html Css Color HEX #CCC17E Winter Hazel

📋 copy color: '#CCC17E'

red 204 ◦ green 193 ◦ blue 126

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

Shades of Winter Hazel #CCC17E

Tints of Winter Hazel #CCC17E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.9%

 BLUE value IS 126 (49.61% from 255) = 24.09%

R = 39.01%
G = 36.9%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CCC17E (or 0xCCC17E) is known color: Winter Hazel. HEX triplet: CC, C1 and 7E. RGB value is (204,193,126). Sum of RGB (Red+Green+Blue) = 204+193+126=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 126 (49.61% from 255 or 24.09% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC17E is #333E81. Grayscale: #BCBCBC. Windows color (decimal): -3358338 or 8307148. OLE color: 8307148.

HSL color Cylindrical-coordinate representation of color #CCC17E: hue angle of 51.54º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCC17E is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 193 126 -
CMYK 0 0.05 0.38 0.2
HSL 51.54º 0.43% 0.65% -
HSV(B) 51.54º 0.38% 0.8% -
XYZ 47.74 52.48 27.35 -
YUV 188.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 204 193 126 0 0.05 0.38 0.2 51.54 0.43 0.65
Hex CC C1 7E 0 5 26 14 34 2B 41
Octal 314 301 176 0 5 46 24 64 53 101
Binary 11001100 11000001 1111110 0 101 100110 10100 110100 101011 1000001

Color Harmonies of #CCC17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC17E

Black with #CCC17E

Text Example


Text Example

White with #CCC17E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC17E; }

 p { color: rgb(204,193,126); }

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

background-color css

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

 a { background-color: rgb(204,193,126); }

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

border-color css

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

 span { border-color: rgb(204,193,126); }

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