Html Css Color HEX #CCC38E Winter Hazel

📋 copy color: '#CCC38E'

red 204 ◦ green 195 ◦ blue 142

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

Shades of Winter Hazel #CCC38E

Tints of Winter Hazel #CCC38E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.04%

 BLUE value IS 142 (55.86% from 255) = 26.25%

R = 37.71%
G = 36.04%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CCC38E (or 0xCCC38E) is known color: Winter Hazel. HEX triplet: CC, C3 and 8E. RGB value is (204,195,142). Sum of RGB (Red+Green+Blue) = 204+195+142=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC38E is #333C71. Grayscale: #BFBFBF. Windows color (decimal): -3357810 or 9356236. OLE color: 9356236.

HSL color Cylindrical-coordinate representation of color #CCC38E: hue angle of 51.29º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCC38E is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 195 142 -
CMYK 0 0.04 0.30 0.2
HSL 51.29º 0.38% 0.68% -
HSV(B) 51.29º 0.3% 0.8% -
XYZ 49.3 53.82 33.38 -
YUV 191.65 99.98 136.81 -
System Red Green Blue C M Y K H S L
Decimal 204 195 142 0 0.04 0.30 0.2 51.29 0.38 0.68
Hex CC C3 8E 0 4 1E 14 33 26 44
Octal 314 303 216 0 4 36 24 63 46 104
Binary 11001100 11000011 10001110 0 100 11110 10100 110011 100110 1000100

Color Harmonies of #CCC38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC38E

Black with #CCC38E

Text Example


Text Example

White with #CCC38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC38E; }

 p { color: rgb(204,195,142); }

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

background-color css

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

 a { background-color: rgb(204,195,142); }

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

border-color css

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

 span { border-color: rgb(204,195,142); }

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