Html Css Color HEX #C7C18C Winter Hazel

📋 copy color: '#C7C18C'

red 199 ◦ green 193 ◦ blue 140

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

Shades of Winter Hazel #C7C18C

Tints of Winter Hazel #C7C18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.32%

R = 37.41%
G = 36.28%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7C18C (or 0xC7C18C) is known color: Winter Hazel. HEX triplet: C7, C1 and 8C. RGB value is (199,193,140). Sum of RGB (Red+Green+Blue) = 199+193+140=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 140 (55.08% from 255 or 26.32% from 532); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C18C is #383E73. Grayscale: #BCBCBC. Windows color (decimal): -3686004 or 9224647. OLE color: 9224647.

HSL color Cylindrical-coordinate representation of color #C7C18C: hue angle of 53.9º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7C18C is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 193 140 -
CMYK 0 0.03 0.30 0.22
HSL 53.9º 0.35% 0.66% -
HSV(B) 53.9º 0.3% 0.78% -
XYZ 47.36 52.18 32.39 -
YUV 188.75 100.49 135.31 -
System Red Green Blue C M Y K H S L
Decimal 199 193 140 0 0.03 0.30 0.22 53.9 0.35 0.66
Hex C7 C1 8C 0 3 1E 16 36 23 42
Octal 307 301 214 0 3 36 26 66 43 102
Binary 11000111 11000001 10001100 0 11 11110 10110 110110 100011 1000010

Color Harmonies of #C7C18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C18C

Black with #C7C18C

Text Example


Text Example

White with #C7C18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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