Html Css Color HEX #C3C27C Pine Glade

📋 copy color: '#C3C27C'

red 195 ◦ green 194 ◦ blue 124

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

Shades of Pine Glade #C3C27C

Tints of Pine Glade #C3C27C

RGB

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

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

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

R = 38.01%
G = 37.82%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3C27C (or 0xC3C27C) is known color: Pine Glade. HEX triplet: C3, C2 and 7C. RGB value is (195,194,124). Sum of RGB (Red+Green+Blue) = 195+194+124=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 124 (48.83% from 255 or 24.17% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C27C is #3C3D83. Grayscale: #BABABA. Windows color (decimal): -3947908 or 8176323. OLE color: 8176323.

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

Color convert

RGB 195 194 124 -
CMYK 0 0.01 0.36 0.24
HSL 59.15º 0.37% 0.63% -
HSV(B) 59.15º 0.36% 0.76% -
XYZ 45.44 51.64 26.64 -
YUV 186.32 92.83 134.19 -
System Red Green Blue C M Y K H S L
Decimal 195 194 124 0 0.01 0.36 0.24 59.15 0.37 0.63
Hex C3 C2 7C 0 1 24 18 3B 25 3F
Octal 303 302 174 0 1 44 30 73 45 77
Binary 11000011 11000010 1111100 0 1 100100 11000 111011 100101 111111

Color Harmonies of #C3C27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C27C

Black with #C3C27C

Text Example


Text Example

White with #C3C27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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