Html Css Color HEX #C8C483 Winter Hazel

📋 copy color: '#C8C483'

red 200 ◦ green 196 ◦ blue 131

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

Shades of Winter Hazel #C8C483

Tints of Winter Hazel #C8C483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.86%

R = 37.95%
G = 37.19%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C8C483 (or 0xC8C483) is known color: Winter Hazel. HEX triplet: C8, C4 and 83. RGB value is (200,196,131). Sum of RGB (Red+Green+Blue) = 200+196+131=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 131 (51.56% from 255 or 24.86% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C483 is #373B7C. Grayscale: #BEBEBE. Windows color (decimal): -3619709 or 8635592. OLE color: 8635592.

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

Color convert

RGB 200 196 131 -
CMYK 0 0.02 0.34 0.22
HSL 56.52º 0.39% 0.65% -
HSV(B) 56.52º 0.35% 0.78% -
XYZ 47.66 53.4 29.27 -
YUV 189.79 94.83 135.29 -
System Red Green Blue C M Y K H S L
Decimal 200 196 131 0 0.02 0.34 0.22 56.52 0.39 0.65
Hex C8 C4 83 0 2 22 16 39 27 41
Octal 310 304 203 0 2 42 26 71 47 101
Binary 11001000 11000100 10000011 0 10 100010 10110 111001 100111 1000001

Color Harmonies of #C8C483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C483

Black with #C8C483

Text Example


Text Example

White with #C8C483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C483; }

 p { color: rgb(200,196,131); }

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

background-color css

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

 a { background-color: rgb(200,196,131); }

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

border-color css

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

 span { border-color: rgb(200,196,131); }

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