Html Css Color HEX #C3C174 Pine Glade

📋 copy color: '#C3C174'

red 195 ◦ green 193 ◦ blue 116

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

Shades of Pine Glade #C3C174

Tints of Pine Glade #C3C174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.02%

R = 38.69%
G = 38.29%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C3C174 (or 0xC3C174) is known color: Pine Glade. HEX triplet: C3, C1 and 74. RGB value is (195,193,116). Sum of RGB (Red+Green+Blue) = 195+193+116=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C174 is #3C3E8B. Grayscale: #B9B9B9. Windows color (decimal): -3948172 or 7651779. OLE color: 7651779.

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

Color convert

RGB 195 193 116 -
CMYK 0 0.01 0.41 0.24
HSL 58.48º 0.4% 0.61% -
HSV(B) 58.48º 0.41% 0.76% -
XYZ 44.73 51 24.01 -
YUV 184.82 89.16 135.26 -
System Red Green Blue C M Y K H S L
Decimal 195 193 116 0 0.01 0.41 0.24 58.48 0.4 0.61
Hex C3 C1 74 0 1 29 18 3A 28 3D
Octal 303 301 164 0 1 51 30 72 50 75
Binary 11000011 11000001 1110100 0 1 101001 11000 111010 101000 111101

Color Harmonies of #C3C174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C174

Black with #C3C174

Text Example


Text Example

White with #C3C174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C174; }

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

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

background-color css

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

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

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

border-color css

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

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

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