Html Css Color HEX #C7C27C Pine Glade

📋 copy color: '#C7C27C'

red 199 ◦ green 194 ◦ blue 124

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

Shades of Pine Glade #C7C27C

Tints of Pine Glade #C7C27C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.52%

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

R = 38.49%
G = 37.52%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C7C27C (or 0xC7C27C) is known color: Pine Glade. HEX triplet: C7, C2 and 7C. RGB value is (199,194,124). Sum of RGB (Red+Green+Blue) = 199+194+124=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 124 (48.83% from 255 or 23.98% from 517); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C27C is #383D83. Grayscale: #BBBBBB. Windows color (decimal): -3685764 or 8176327. OLE color: 8176327.

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

Color convert

RGB 199 194 124 -
CMYK 0 0.03 0.38 0.22
HSL 56º 0.4% 0.63% -
HSV(B) 56º 0.38% 0.78% -
XYZ 46.48 52.18 26.69 -
YUV 187.52 92.16 136.19 -
System Red Green Blue C M Y K H S L
Decimal 199 194 124 0 0.03 0.38 0.22 56 0.4 0.63
Hex C7 C2 7C 0 3 26 16 38 28 3F
Octal 307 302 174 0 3 46 26 70 50 77
Binary 11000111 11000010 1111100 0 11 100110 10110 111000 101000 111111

Color Harmonies of #C7C27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C27C

Black with #C7C27C

Text Example


Text Example

White with #C7C27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C27C; }

 p { color: rgb(199,194,124); }

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

background-color css

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

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

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

border-color css

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

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

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