Html Css Color HEX #C3C175 Pine Glade

📋 copy color: '#C3C175'

red 195 ◦ green 193 ◦ blue 117

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

Shades of Pine Glade #C3C175

Tints of Pine Glade #C3C175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.17%

R = 38.61%
G = 38.22%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C3C175 (or 0xC3C175) is known color: Pine Glade. HEX triplet: C3, C1 and 75. RGB value is (195,193,117). Sum of RGB (Red+Green+Blue) = 195+193+117=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C175 is #3C3E8A. Grayscale: #B9B9B9. Windows color (decimal): -3948171 or 7717315. OLE color: 7717315.

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

Color convert

RGB 195 193 117 -
CMYK 0 0.01 0.4 0.24
HSL 58.46º 0.39% 0.61% -
HSV(B) 58.46º 0.4% 0.76% -
XYZ 44.79 51.03 24.32 -
YUV 184.93 89.66 135.18 -
System Red Green Blue C M Y K H S L
Decimal 195 193 117 0 0.01 0.4 0.24 58.46 0.39 0.61
Hex C3 C1 75 0 1 28 18 3A 27 3D
Octal 303 301 165 0 1 50 30 72 47 75
Binary 11000011 11000001 1110101 0 1 101000 11000 111010 100111 111101

Color Harmonies of #C3C175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C175

Black with #C3C175

Text Example


Text Example

White with #C3C175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C175; }

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

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

background-color css

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

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

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

border-color css

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

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

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