Html Css Color HEX #CCC48A Winter Hazel

📋 copy color: '#CCC48A'

red 204 ◦ green 196 ◦ blue 138

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

Shades of Winter Hazel #CCC48A

Tints of Winter Hazel #CCC48A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.43%

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

R = 37.92%
G = 36.43%
B = 25.65%

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

#CCC48A (or 0xCCC48A) is known color: Winter Hazel. HEX triplet: CC, C4 and 8A. RGB value is (204,196,138). Sum of RGB (Red+Green+Blue) = 204+196+138=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC48A is #333B75. Grayscale: #C0C0C0. Windows color (decimal): -3357558 or 9094348. OLE color: 9094348.

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

Color convert

RGB 204 196 138 -
CMYK 0 0.04 0.32 0.2
HSL 52.73º 0.39% 0.67% -
HSV(B) 52.73º 0.32% 0.8% -
XYZ 49.23 54.15 31.9 -
YUV 191.78 97.65 136.72 -
System Red Green Blue C M Y K H S L
Decimal 204 196 138 0 0.04 0.32 0.2 52.73 0.39 0.67
Hex CC C4 8A 0 4 20 14 35 27 43
Octal 314 304 212 0 4 40 24 65 47 103
Binary 11001100 11000100 10001010 0 100 100000 10100 110101 100111 1000011

Color Harmonies of #CCC48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC48A

Black with #CCC48A

Text Example


Text Example

White with #CCC48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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