#C8C373

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

Shades of Pine Glade #C8C373

Tints of Pine Glade #C8C373

Color information

#C8C373 (or 0xC8C373) is unknown color: approx Pine Glade. HEX triplet: C8, C3 and 73. RGB value is (200,195,115). Sum of RGB (Red+Green+Blue) = 200+195+115=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C373 is #373C8C. Grayscale: #BBBBBB. Windows color (decimal): -3619981 or 7586760. OLE color: 7586760.

HSL color Cylindrical-coordinate representation of color #C8C373: hue angle of 56.47º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8C373 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB200195115-
CMYK00.020.420.22
HSL56.47º43.59%61.76%-
HSV(B)56.47º42.5%78.43%-
XYZ46.4352.5523.92-
YUV187.3887.16137-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.22%
GREEN value IS 195 (76.56% from 255) = 38.24%
BLUE value IS 115 (45.31% from 255) = 22.55%
R=39.22%
G=38.24%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019511500.020.420.2256.4743.5961.76
HexC8C373022A16382c3e
Octal310303163025226705476
Binary1100100011000011111001101010101010110111000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C373; }

 p { color: rgb(200,195,115); }

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

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

 a { background-color: rgb(200,195,115); }

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

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

 span { border-color: rgb(200,195,115); }

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