Html Css Color HEX #CCC48D Winter Hazel

📋 copy color: '#CCC48D'

red 204 ◦ green 196 ◦ blue 141

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

Shades of Winter Hazel #CCC48D

Tints of Winter Hazel #CCC48D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.06%

R = 37.71%
G = 36.23%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCC48D (or 0xCCC48D) is known color: Winter Hazel. HEX triplet: CC, C4 and 8D. RGB value is (204,196,141). Sum of RGB (Red+Green+Blue) = 204+196+141=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC48D is #333B72. Grayscale: #C0C0C0. Windows color (decimal): -3357555 or 9290956. OLE color: 9290956.

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

Color convert

RGB 204 196 141 -
CMYK 0 0.04 0.31 0.2
HSL 52.38º 0.38% 0.68% -
HSV(B) 52.38º 0.31% 0.8% -
XYZ 49.45 54.24 33.06 -
YUV 192.12 99.15 136.47 -
System Red Green Blue C M Y K H S L
Decimal 204 196 141 0 0.04 0.31 0.2 52.38 0.38 0.68
Hex CC C4 8D 0 4 1F 14 34 26 44
Octal 314 304 215 0 4 37 24 64 46 104
Binary 11001100 11000100 10001101 0 100 11111 10100 110100 100110 1000100

Color Harmonies of #CCC48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC48D

Black with #CCC48D

Text Example


Text Example

White with #CCC48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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