Html Css Color HEX #C7C57D Pine Glade

📋 copy color: '#C7C57D'

red 199 ◦ green 197 ◦ blue 125

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

Shades of Pine Glade #C7C57D

Tints of Pine Glade #C7C57D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.81%

 BLUE value IS 125 (49.22% from 255) = 23.99%

R = 38.2%
G = 37.81%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C7C57D (or 0xC7C57D) is known color: Pine Glade. HEX triplet: C7, C5 and 7D. RGB value is (199,197,125). Sum of RGB (Red+Green+Blue) = 199+197+125=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C57D is #383A82. Grayscale: #BDBDBD. Windows color (decimal): -3684995 or 8242631. OLE color: 8242631.

HSL color Cylindrical-coordinate representation of color #C7C57D: hue angle of 58.38º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C7C57D is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 197 125 -
CMYK 0 0.01 0.37 0.22
HSL 58.38º 0.4% 0.64% -
HSV(B) 58.38º 0.37% 0.78% -
XYZ 47.22 53.56 27.25 -
YUV 189.39 91.66 134.85 -
System Red Green Blue C M Y K H S L
Decimal 199 197 125 0 0.01 0.37 0.22 58.38 0.4 0.64
Hex C7 C5 7D 0 1 25 16 3A 28 40
Octal 307 305 175 0 1 45 26 72 50 100
Binary 11000111 11000101 1111101 0 1 100101 10110 111010 101000 1000000

Color Harmonies of #C7C57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C57D

Black with #C7C57D

Text Example


Text Example

White with #C7C57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C57D; }

 p { color: rgb(199,197,125); }

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

background-color css

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

 a { background-color: rgb(199,197,125); }

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

border-color css

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

 span { border-color: rgb(199,197,125); }

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