Html Css Color HEX #C6C38C Winter Hazel

📋 copy color: '#C6C38C'

red 198 ◦ green 195 ◦ blue 140

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

Shades of Winter Hazel #C6C38C

Tints of Winter Hazel #C6C38C

RGB

 RED value IS 198 (77.73% from 255) = 37.15%

 GREEN value IS 195 (76.56% from 255) = 36.59%

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

R = 37.15%
G = 36.59%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6C38C (or 0xC6C38C) is known color: Winter Hazel. HEX triplet: C6, C3 and 8C. RGB value is (198,195,140). Sum of RGB (Red+Green+Blue) = 198+195+140=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C38C is #393C73. Grayscale: #BDBDBD. Windows color (decimal): -3751028 or 9225158. OLE color: 9225158.

HSL color Cylindrical-coordinate representation of color #C6C38C: hue angle of 56.9º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6C38C is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 195 140 -
CMYK 0 0.02 0.29 0.22
HSL 56.9º 0.34% 0.66% -
HSV(B) 56.9º 0.29% 0.78% -
XYZ 47.54 52.93 32.52 -
YUV 189.63 99.99 133.97 -
System Red Green Blue C M Y K H S L
Decimal 198 195 140 0 0.02 0.29 0.22 56.9 0.34 0.66
Hex C6 C3 8C 0 2 1D 16 39 22 42
Octal 306 303 214 0 2 35 26 71 42 102
Binary 11000110 11000011 10001100 0 10 11101 10110 111001 100010 1000010

Color Harmonies of #C6C38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C38C

Black with #C6C38C

Text Example


Text Example

White with #C6C38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C38C; }

 p { color: rgb(198,195,140); }

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

background-color css

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

 a { background-color: rgb(198,195,140); }

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

border-color css

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

 span { border-color: rgb(198,195,140); }

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