Html Css Color HEX #C7C085 Winter Hazel

📋 copy color: '#C7C085'

red 199 ◦ green 192 ◦ blue 133

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

Shades of Winter Hazel #C7C085

Tints of Winter Hazel #C7C085

RGB

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

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

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

R = 37.98%
G = 36.64%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C7C085 (or 0xC7C085) is known color: Winter Hazel. HEX triplet: C7, C0 and 85. RGB value is (199,192,133). Sum of RGB (Red+Green+Blue) = 199+192+133=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C085 is #383F7A. Grayscale: #BBBBBB. Windows color (decimal): -3686267 or 8765639. OLE color: 8765639.

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

Color convert

RGB 199 192 133 -
CMYK 0 0.04 0.33 0.22
HSL 53.64º 0.37% 0.65% -
HSV(B) 53.64º 0.33% 0.78% -
XYZ 46.64 51.53 29.68 -
YUV 187.37 97.32 136.3 -
System Red Green Blue C M Y K H S L
Decimal 199 192 133 0 0.04 0.33 0.22 53.64 0.37 0.65
Hex C7 C0 85 0 4 21 16 36 25 41
Octal 307 300 205 0 4 41 26 66 45 101
Binary 11000111 11000000 10000101 0 100 100001 10110 110110 100101 1000001

Color Harmonies of #C7C085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C085

Black with #C7C085

Text Example


Text Example

White with #C7C085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C085; }

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

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

background-color css

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

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

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

border-color css

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

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

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