Html Css Color HEX #C9C48A Winter Hazel

📋 copy color: '#C9C48A'

red 201 ◦ green 196 ◦ blue 138

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

Shades of Winter Hazel #C9C48A

Tints of Winter Hazel #C9C48A

RGB

 RED value IS 201 (78.91% from 255) = 37.57%

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

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

R = 37.57%
G = 36.64%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9C48A (or 0xC9C48A) is known color: Winter Hazel. HEX triplet: C9, C4 and 8A. RGB value is (201,196,138). Sum of RGB (Red+Green+Blue) = 201+196+138=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C48A is #363B75. Grayscale: #BFBFBF. Windows color (decimal): -3554166 or 9094345. OLE color: 9094345.

HSL color Cylindrical-coordinate representation of color #C9C48A: hue angle of 55.24º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9C48A is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 196 138 -
CMYK 0 0.02 0.31 0.21
HSL 55.24º 0.37% 0.66% -
HSV(B) 55.24º 0.31% 0.79% -
XYZ 48.41 53.73 31.86 -
YUV 190.88 98.16 135.22 -
System Red Green Blue C M Y K H S L
Decimal 201 196 138 0 0.02 0.31 0.21 55.24 0.37 0.66
Hex C9 C4 8A 0 2 1F 15 37 25 42
Octal 311 304 212 0 2 37 25 67 45 102
Binary 11001001 11000100 10001010 0 10 11111 10101 110111 100101 1000010

Color Harmonies of #C9C48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C48A

Black with #C9C48A

Text Example


Text Example

White with #C9C48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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