Html Css Color HEX #C7C185 Winter Hazel

📋 copy color: '#C7C185'

red 199 ◦ green 193 ◦ blue 133

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

Shades of Winter Hazel #C7C185

Tints of Winter Hazel #C7C185

RGB

 RED value IS 199 (78.13% from 255) = 37.9%

 GREEN value IS 193 (75.78% from 255) = 36.76%

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

R = 37.9%
G = 36.76%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C7C185 (or 0xC7C185) is known color: Winter Hazel. HEX triplet: C7, C1 and 85. RGB value is (199,193,133). Sum of RGB (Red+Green+Blue) = 199+193+133=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C185 is #383E7A. Grayscale: #BCBCBC. Windows color (decimal): -3686011 or 8765895. OLE color: 8765895.

HSL color Cylindrical-coordinate representation of color #C7C185: hue angle of 54.55º degrees, saturation: 0.37, 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 #C7C185 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 193 133 -
CMYK 0 0.03 0.33 0.22
HSL 54.55º 0.37% 0.65% -
HSV(B) 54.55º 0.33% 0.78% -
XYZ 46.86 51.98 29.75 -
YUV 187.95 96.99 135.88 -
System Red Green Blue C M Y K H S L
Decimal 199 193 133 0 0.03 0.33 0.22 54.55 0.37 0.65
Hex C7 C1 85 0 3 21 16 37 25 41
Octal 307 301 205 0 3 41 26 67 45 101
Binary 11000111 11000001 10000101 0 11 100001 10110 110111 100101 1000001

Color Harmonies of #C7C185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C185

Black with #C7C185

Text Example


Text Example

White with #C7C185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C185; }

 p { color: rgb(199,193,133); }

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

background-color css

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

 a { background-color: rgb(199,193,133); }

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

border-color css

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

 span { border-color: rgb(199,193,133); }

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