Html Css Color HEX #C3C076 Pine Glade

📋 copy color: '#C3C076'

red 195 ◦ green 192 ◦ blue 118

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

Shades of Pine Glade #C3C076

Tints of Pine Glade #C3C076

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.02%

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

R = 38.61%
G = 38.02%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C3C076 (or 0xC3C076) is known color: Pine Glade. HEX triplet: C3, C0 and 76. RGB value is (195,192,118). Sum of RGB (Red+Green+Blue) = 195+192+118=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C076 is #3C3F89. Grayscale: #B8B8B8. Windows color (decimal): -3948426 or 7782595. OLE color: 7782595.

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

Color convert

RGB 195 192 118 -
CMYK 0 0.02 0.39 0.24
HSL 57.66º 0.39% 0.61% -
HSV(B) 57.66º 0.39% 0.76% -
XYZ 44.63 50.61 24.56 -
YUV 184.46 90.49 135.52 -
System Red Green Blue C M Y K H S L
Decimal 195 192 118 0 0.02 0.39 0.24 57.66 0.39 0.61
Hex C3 C0 76 0 2 27 18 3A 27 3D
Octal 303 300 166 0 2 47 30 72 47 75
Binary 11000011 11000000 1110110 0 10 100111 11000 111010 100111 111101

Color Harmonies of #C3C076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C076

Black with #C3C076

Text Example


Text Example

White with #C3C076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C076; }

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

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

background-color css

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

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

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

border-color css

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

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

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