Html Css Color HEX #C3C27F Pine Glade

📋 copy color: '#C3C27F'

red 195 ◦ green 194 ◦ blue 127

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

Shades of Pine Glade #C3C27F

Tints of Pine Glade #C3C27F

RGB

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

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

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

R = 37.79%
G = 37.6%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C3C27F (or 0xC3C27F) is known color: Pine Glade. HEX triplet: C3, C2 and 7F. RGB value is (195,194,127). Sum of RGB (Red+Green+Blue) = 195+194+127=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C27F is #3C3D80. Grayscale: #BABABA. Windows color (decimal): -3947905 or 8372931. OLE color: 8372931.

HSL color Cylindrical-coordinate representation of color #C3C27F: hue angle of 59.12º 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 #C3C27F is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 194 127 -
CMYK 0 0.01 0.35 0.24
HSL 59.12º 0.36% 0.63% -
HSV(B) 59.12º 0.35% 0.76% -
XYZ 45.63 51.72 27.66 -
YUV 186.66 94.33 133.95 -
System Red Green Blue C M Y K H S L
Decimal 195 194 127 0 0.01 0.35 0.24 59.12 0.36 0.63
Hex C3 C2 7F 0 1 23 18 3B 24 3F
Octal 303 302 177 0 1 43 30 73 44 77
Binary 11000011 11000010 1111111 0 1 100011 11000 111011 100100 111111

Color Harmonies of #C3C27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C27F

Black with #C3C27F

Text Example


Text Example

White with #C3C27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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