Html Css Color HEX #C3C274 Pine Glade

📋 copy color: '#C3C274'

red 195 ◦ green 194 ◦ blue 116

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

Shades of Pine Glade #C3C274

Tints of Pine Glade #C3C274

RGB

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

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

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

R = 38.61%
G = 38.42%
B = 22.97%

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

#C3C274 (or 0xC3C274) is known color: Pine Glade. HEX triplet: C3, C2 and 74. RGB value is (195,194,116). Sum of RGB (Red+Green+Blue) = 195+194+116=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C274 is #3C3D8B. Grayscale: #B9B9B9. Windows color (decimal): -3947916 or 7652035. OLE color: 7652035.

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

Color convert

RGB 195 194 116 -
CMYK 0 0.01 0.41 0.24
HSL 59.24º 0.4% 0.61% -
HSV(B) 59.24º 0.41% 0.76% -
XYZ 44.95 51.45 24.08 -
YUV 185.41 88.83 134.84 -
System Red Green Blue C M Y K H S L
Decimal 195 194 116 0 0.01 0.41 0.24 59.24 0.4 0.61
Hex C3 C2 74 0 1 29 18 3B 28 3D
Octal 303 302 164 0 1 51 30 73 50 75
Binary 11000011 11000010 1110100 0 1 101001 11000 111011 101000 111101

Color Harmonies of #C3C274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C274

Black with #C3C274

Text Example


Text Example

White with #C3C274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C274; }

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

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

background-color css

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

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

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

border-color css

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

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

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