Html Css Color HEX #C5C47C Pine Glade

📋 copy color: '#C5C47C'

red 197 ◦ green 196 ◦ blue 124

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

Shades of Pine Glade #C5C47C

Tints of Pine Glade #C5C47C

RGB

 RED value IS 197 (77.34% from 255) = 38.1%

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

 BLUE value IS 124 (48.83% from 255) = 23.98%

R = 38.1%
G = 37.91%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5C47C (or 0xC5C47C) is known color: Pine Glade. HEX triplet: C5, C4 and 7C. RGB value is (197,196,124). Sum of RGB (Red+Green+Blue) = 197+196+124=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 124 (48.83% from 255 or 23.98% from 517); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C47C is #3A3B83. Grayscale: #BCBCBC. Windows color (decimal): -3816324 or 8176837. OLE color: 8176837.

HSL color Cylindrical-coordinate representation of color #C5C47C: hue angle of 59.18º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5C47C is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 196 124 -
CMYK 0 0.01 0.37 0.23
HSL 59.18º 0.39% 0.63% -
HSV(B) 59.18º 0.37% 0.77% -
XYZ 46.4 52.81 26.82 -
YUV 188.09 91.83 134.35 -
System Red Green Blue C M Y K H S L
Decimal 197 196 124 0 0.01 0.37 0.23 59.18 0.39 0.63
Hex C5 C4 7C 0 1 25 17 3B 27 3F
Octal 305 304 174 0 1 45 27 73 47 77
Binary 11000101 11000100 1111100 0 1 100101 10111 111011 100111 111111

Color Harmonies of #C5C47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C47C

Black with #C5C47C

Text Example


Text Example

White with #C5C47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C47C; }

 p { color: rgb(197,196,124); }

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

background-color css

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

 a { background-color: rgb(197,196,124); }

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

border-color css

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

 span { border-color: rgb(197,196,124); }

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