Html Css Color HEX #C3C37F Pine Glade

📋 copy color: '#C3C37F'

red 195 ◦ green 195 ◦ blue 127

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

Shades of Pine Glade #C3C37F

Tints of Pine Glade #C3C37F

RGB

 RED value IS 195 (76.56% from 255) = 37.72%

 GREEN value IS 195 (76.56% from 255) = 37.72%

 BLUE value IS 127 (50% from 255) = 24.56%

R = 37.72%
G = 37.72%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C3C37F (or 0xC3C37F) is known color: Pine Glade. HEX triplet: C3, C3 and 7F. RGB value is (195,195,127). Sum of RGB (Red+Green+Blue) = 195+195+127=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 127 (50% from 255 or 24.56% from 517); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C37F is #3C3C80. Grayscale: #BBBBBB. Windows color (decimal): -3947649 or 8373187. OLE color: 8373187.

HSL color Cylindrical-coordinate representation of color #C3C37F: hue angle of 60º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C3C37F is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 195 127 -
CMYK 0 0 0.35 0.24
HSL 60º 0.36% 0.63% -
HSV(B) 60º 0.35% 0.76% -
XYZ 45.85 52.16 27.73 -
YUV 187.25 94 133.53 -
System Red Green Blue C M Y K H S L
Decimal 195 195 127 0 0 0.35 0.24 60 0.36 0.63
Hex C3 C3 7F 0 0 23 18 3C 24 3F
Octal 303 303 177 0 0 43 30 74 44 77
Binary 11000011 11000011 1111111 0 0 100011 11000 111100 100100 111111

Color Harmonies of #C3C37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C37F

Black with #C3C37F

Text Example


Text Example

White with #C3C37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C37F; }

 p { color: rgb(195,195,127); }

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

background-color css

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

 a { background-color: rgb(195,195,127); }

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

border-color css

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

 span { border-color: rgb(195,195,127); }

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