Html Css Color HEX #C7C775 Pine Glade

📋 copy color: '#C7C775'

red 199 ◦ green 199 ◦ blue 117

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

Shades of Pine Glade #C7C775

Tints of Pine Glade #C7C775

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.64%

 BLUE value IS 117 (46.09% from 255) = 22.72%

R = 38.64%
G = 38.64%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C7C775 (or 0xC7C775) is known color: Pine Glade. HEX triplet: C7, C7 and 75. RGB value is (199,199,117). Sum of RGB (Red+Green+Blue) = 199+199+117=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 199 - color contains mainly: red, green. Hex color #C7C775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C775 is #38388A. Grayscale: #BDBDBD. Windows color (decimal): -3684491 or 7718855. OLE color: 7718855.

HSL color Cylindrical-coordinate representation of color #C7C775: hue angle of 60º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7C775 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 199 117 -
CMYK 0 0 0.41 0.22
HSL 60º 0.42% 0.62% -
HSV(B) 60º 0.41% 0.78% -
XYZ 47.19 54.27 24.82 -
YUV 189.65 87 134.67 -
System Red Green Blue C M Y K H S L
Decimal 199 199 117 0 0 0.41 0.22 60 0.42 0.62
Hex C7 C7 75 0 0 29 16 3C 2A 3E
Octal 307 307 165 0 0 51 26 74 52 76
Binary 11000111 11000111 1110101 0 0 101001 10110 111100 101010 111110

Color Harmonies of #C7C775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C775

Black with #C7C775

Text Example


Text Example

White with #C7C775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C775; }

 p { color: rgb(199,199,117); }

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

background-color css

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

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

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

border-color css

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

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

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