Html Css Color HEX #C8C282 Winter Hazel

📋 copy color: '#C8C282'

red 200 ◦ green 194 ◦ blue 130

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

Shades of Winter Hazel #C8C282

Tints of Winter Hazel #C8C282

RGB

 RED value IS 200 (78.52% from 255) = 38.17%

 GREEN value IS 194 (76.17% from 255) = 37.02%

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

R = 38.17%
G = 37.02%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C8C282 (or 0xC8C282) is known color: Winter Hazel. HEX triplet: C8, C2 and 82. RGB value is (200,194,130). Sum of RGB (Red+Green+Blue) = 200+194+130=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C282 is #373D7D. Grayscale: #BCBCBC. Windows color (decimal): -3620222 or 8569544. OLE color: 8569544.

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

Color convert

RGB 200 194 130 -
CMYK 0 0.03 0.35 0.22
HSL 54.86º 0.39% 0.65% -
HSV(B) 54.86º 0.35% 0.78% -
XYZ 47.14 52.47 28.76 -
YUV 188.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 200 194 130 0 0.03 0.35 0.22 54.86 0.39 0.65
Hex C8 C2 82 0 3 23 16 37 27 41
Octal 310 302 202 0 3 43 26 67 47 101
Binary 11001000 11000010 10000010 0 11 100011 10110 110111 100111 1000001

Color Harmonies of #C8C282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C282

Black with #C8C282

Text Example


Text Example

White with #C8C282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C282; }

 p { color: rgb(200,194,130); }

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

background-color css

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

 a { background-color: rgb(200,194,130); }

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

border-color css

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

 span { border-color: rgb(200,194,130); }

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