Html Css Color HEX #C8C382 Winter Hazel

📋 copy color: '#C8C382'

red 200 ◦ green 195 ◦ blue 130

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

Shades of Winter Hazel #C8C382

Tints of Winter Hazel #C8C382

RGB

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

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

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

R = 38.1%
G = 37.14%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C8C382 (or 0xC8C382) is known color: Winter Hazel. HEX triplet: C8, C3 and 82. RGB value is (200,195,130). Sum of RGB (Red+Green+Blue) = 200+195+130=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C382 is #373C7D. Grayscale: #BDBDBD. Windows color (decimal): -3619966 or 8569800. OLE color: 8569800.

HSL color Cylindrical-coordinate representation of color #C8C382: hue angle of 55.71º 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 #C8C382 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 195 130 -
CMYK 0 0.02 0.35 0.22
HSL 55.71º 0.39% 0.65% -
HSV(B) 55.71º 0.35% 0.78% -
XYZ 47.36 52.92 28.84 -
YUV 189.09 94.66 135.79 -
System Red Green Blue C M Y K H S L
Decimal 200 195 130 0 0.02 0.35 0.22 55.71 0.39 0.65
Hex C8 C3 82 0 2 23 16 38 27 41
Octal 310 303 202 0 2 43 26 70 47 101
Binary 11001000 11000011 10000010 0 10 100011 10110 111000 100111 1000001

Color Harmonies of #C8C382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C382

Black with #C8C382

Text Example


Text Example

White with #C8C382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C382; }

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

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

background-color css

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

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

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

border-color css

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

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

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