Html Css Color HEX #C9C382 Winter Hazel

📋 copy color: '#C9C382'

red 201 ◦ green 195 ◦ blue 130

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

Shades of Winter Hazel #C9C382

Tints of Winter Hazel #C9C382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.71%

R = 38.21%
G = 37.07%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C9C382 (or 0xC9C382) is known color: Winter Hazel. HEX triplet: C9, C3 and 82. RGB value is (201,195,130). Sum of RGB (Red+Green+Blue) = 201+195+130=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 130 (51.17% from 255 or 24.71% from 526); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C382 is #363C7D. Grayscale: #BDBDBD. Windows color (decimal): -3554430 or 8569801. OLE color: 8569801.

HSL color Cylindrical-coordinate representation of color #C9C382: hue angle of 54.93º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C9C382 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 195 130 -
CMYK 0 0.03 0.35 0.21
HSL 54.93º 0.4% 0.65% -
HSV(B) 54.93º 0.35% 0.79% -
XYZ 47.63 53.06 28.85 -
YUV 189.38 94.49 136.29 -
System Red Green Blue C M Y K H S L
Decimal 201 195 130 0 0.03 0.35 0.21 54.93 0.4 0.65
Hex C9 C3 82 0 3 23 15 37 28 41
Octal 311 303 202 0 3 43 25 67 50 101
Binary 11001001 11000011 10000010 0 11 100011 10101 110111 101000 1000001

Color Harmonies of #C9C382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C382

Black with #C9C382

Text Example


Text Example

White with #C9C382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C382; }

 p { color: rgb(201,195,130); }

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

background-color css

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

 a { background-color: rgb(201,195,130); }

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

border-color css

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

 span { border-color: rgb(201,195,130); }

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