#C7C480

Color #C7C480 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #C7C480

Tints of Pine Glade #C7C480

Color information

#C7C480 (or 0xC7C480) is unknown color: approx Pine Glade. HEX triplet: C7, C4 and 80. RGB value is (199,196,128). Sum of RGB (Red+Green+Blue) = 199+196+128=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C480 is #383B7F. Grayscale: #BDBDBD. Windows color (decimal): -3685248 or 8438983. OLE color: 8438983.

HSL color Cylindrical-coordinate representation of color #C7C480: hue angle of 57.46º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C7C480 is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB199196128-
CMYK00.020.360.22
HSL57.46º38.8%64.12%-
HSV(B)57.46º35.68%78.04%-
XYZ47.1953.1828.2-
YUV189.1493.49135.03-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.05%
GREEN value IS 196 (76.95% from 255) = 37.48%
BLUE value IS 128 (50.39% from 255) = 24.47%
R=38.05%
G=37.48%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919612800.020.360.2257.4638.864.12
HexC7C480022416392740
Octal3073042000244267147100
Binary110001111100010010000000010100100101101110011001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C480; }

 p { color: rgb(199,196,128); }

 H1.HeaderClassName
 {
   color: #C7C480;
 }
 .AnyTagClassName
 {
   color: #C7C480;
 }
</style>
background-color css

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

 a { background-color: rgb(199,196,128); }

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

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

 span { border-color: rgb(199,196,128); }

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