Html Css Color HEX #C4C275 Pine Glade

📋 copy color: '#C4C275'

red 196 ◦ green 194 ◦ blue 117

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

Shades of Pine Glade #C4C275

Tints of Pine Glade #C4C275

RGB

 RED value IS 196 (76.95% from 255) = 38.66%

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

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

R = 38.66%
G = 38.26%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C4C275 (or 0xC4C275) is known color: Pine Glade. HEX triplet: C4, C2 and 75. RGB value is (196,194,117). Sum of RGB (Red+Green+Blue) = 196+194+117=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C275 is #3B3D8A. Grayscale: #BABABA. Windows color (decimal): -3882379 or 7717572. OLE color: 7717572.

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

Color convert

RGB 196 194 117 -
CMYK 0 0.01 0.40 0.23
HSL 58.48º 0.4% 0.61% -
HSV(B) 58.48º 0.4% 0.77% -
XYZ 45.27 51.6 24.4 -
YUV 185.82 89.16 135.26 -
System Red Green Blue C M Y K H S L
Decimal 196 194 117 0 0.01 0.40 0.23 58.48 0.4 0.61
Hex C4 C2 75 0 1 28 17 3A 28 3D
Octal 304 302 165 0 1 50 27 72 50 75
Binary 11000100 11000010 1110101 0 1 101000 10111 111010 101000 111101

Color Harmonies of #C4C275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C275

Black with #C4C275

Text Example


Text Example

White with #C4C275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C275; }

 p { color: rgb(196,194,117); }

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

background-color css

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

 a { background-color: rgb(196,194,117); }

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

border-color css

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

 span { border-color: rgb(196,194,117); }

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