Html Css Color HEX #C3C176 Pine Glade

📋 copy color: '#C3C176'

red 195 ◦ green 193 ◦ blue 118

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

Shades of Pine Glade #C3C176

Tints of Pine Glade #C3C176

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.14%

 BLUE value IS 118 (46.48% from 255) = 23.32%

R = 38.54%
G = 38.14%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C3C176 (or 0xC3C176) is known color: Pine Glade. HEX triplet: C3, C1 and 76. RGB value is (195,193,118). Sum of RGB (Red+Green+Blue) = 195+193+118=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C176 is #3C3E89. Grayscale: #B9B9B9. Windows color (decimal): -3948170 or 7782851. OLE color: 7782851.

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

Color convert

RGB 195 193 118 -
CMYK 0 0.01 0.39 0.24
HSL 58.44º 0.39% 0.61% -
HSV(B) 58.44º 0.39% 0.76% -
XYZ 44.85 51.05 24.63 -
YUV 185.05 90.16 135.1 -
System Red Green Blue C M Y K H S L
Decimal 195 193 118 0 0.01 0.39 0.24 58.44 0.39 0.61
Hex C3 C1 76 0 1 27 18 3A 27 3D
Octal 303 301 166 0 1 47 30 72 47 75
Binary 11000011 11000001 1110110 0 1 100111 11000 111010 100111 111101

Color Harmonies of #C3C176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C176

Black with #C3C176

Text Example


Text Example

White with #C3C176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C176; }

 p { color: rgb(195,193,118); }

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

background-color css

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

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

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

border-color css

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

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

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