Html Css Color HEX #CCC38A Winter Hazel

📋 copy color: '#CCC38A'

red 204 ◦ green 195 ◦ blue 138

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

Shades of Winter Hazel #CCC38A

Tints of Winter Hazel #CCC38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.7%

R = 37.99%
G = 36.31%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CCC38A (or 0xCCC38A) is known color: Winter Hazel. HEX triplet: CC, C3 and 8A. RGB value is (204,195,138). Sum of RGB (Red+Green+Blue) = 204+195+138=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC38A is #333C75. Grayscale: #BFBFBF. Windows color (decimal): -3357814 or 9094092. OLE color: 9094092.

HSL color Cylindrical-coordinate representation of color #CCC38A: hue angle of 51.82º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCC38A is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 195 138 -
CMYK 0 0.04 0.32 0.2
HSL 51.82º 0.39% 0.67% -
HSV(B) 51.82º 0.32% 0.8% -
XYZ 49 53.7 31.83 -
YUV 191.19 97.98 137.13 -
System Red Green Blue C M Y K H S L
Decimal 204 195 138 0 0.04 0.32 0.2 51.82 0.39 0.67
Hex CC C3 8A 0 4 20 14 34 27 43
Octal 314 303 212 0 4 40 24 64 47 103
Binary 11001100 11000011 10001010 0 100 100000 10100 110100 100111 1000011

Color Harmonies of #CCC38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC38A

Black with #CCC38A

Text Example


Text Example

White with #CCC38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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