Html Css Color HEX #C6C485 Pine Glade

📋 copy color: '#C6C485'

red 198 ◦ green 196 ◦ blue 133

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

Shades of Pine Glade #C6C485

Tints of Pine Glade #C6C485

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.19%

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

R = 37.57%
G = 37.19%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C6C485 (or 0xC6C485) is known color: Pine Glade. HEX triplet: C6, C4 and 85. RGB value is (198,196,133). Sum of RGB (Red+Green+Blue) = 198+196+133=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C485 is #393B7A. Grayscale: #BDBDBD. Windows color (decimal): -3750779 or 8766662. OLE color: 8766662.

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

Color convert

RGB 198 196 133 -
CMYK 0 0.01 0.33 0.22
HSL 58.15º 0.36% 0.65% -
HSV(B) 58.15º 0.33% 0.78% -
XYZ 47.26 53.18 29.96 -
YUV 189.42 96.16 134.12 -
System Red Green Blue C M Y K H S L
Decimal 198 196 133 0 0.01 0.33 0.22 58.15 0.36 0.65
Hex C6 C4 85 0 1 21 16 3A 24 41
Octal 306 304 205 0 1 41 26 72 44 101
Binary 11000110 11000100 10000101 0 1 100001 10110 111010 100100 1000001

Color Harmonies of #C6C485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C485

Black with #C6C485

Text Example


Text Example

White with #C6C485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C485; }

 p { color: rgb(198,196,133); }

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

background-color css

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

 a { background-color: rgb(198,196,133); }

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

border-color css

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

 span { border-color: rgb(198,196,133); }

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