Html Css Color HEX #C8C085 Winter Hazel

📋 copy color: '#C8C085'

red 200 ◦ green 192 ◦ blue 133

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

Shades of Winter Hazel #C8C085

Tints of Winter Hazel #C8C085

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.57%

 BLUE value IS 133 (52.34% from 255) = 25.33%

R = 38.1%
G = 36.57%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C8C085 (or 0xC8C085) is known color: Winter Hazel. HEX triplet: C8, C0 and 85. RGB value is (200,192,133). Sum of RGB (Red+Green+Blue) = 200+192+133=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C085 is #373F7A. Grayscale: #BBBBBB. Windows color (decimal): -3620731 or 8765640. OLE color: 8765640.

HSL color Cylindrical-coordinate representation of color #C8C085: hue angle of 52.84º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8C085 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 192 133 -
CMYK 0 0.04 0.34 0.22
HSL 52.84º 0.38% 0.65% -
HSV(B) 52.84º 0.34% 0.78% -
XYZ 46.9 51.67 29.69 -
YUV 187.67 97.15 136.8 -
System Red Green Blue C M Y K H S L
Decimal 200 192 133 0 0.04 0.34 0.22 52.84 0.38 0.65
Hex C8 C0 85 0 4 22 16 35 26 41
Octal 310 300 205 0 4 42 26 65 46 101
Binary 11001000 11000000 10000101 0 100 100010 10110 110101 100110 1000001

Color Harmonies of #C8C085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C085

Black with #C8C085

Text Example


Text Example

White with #C8C085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C085; }

 p { color: rgb(200,192,133); }

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

background-color css

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

 a { background-color: rgb(200,192,133); }

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

border-color css

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

 span { border-color: rgb(200,192,133); }

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