#C7C37D

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

Shades of Pine Glade #C7C37D

Tints of Pine Glade #C7C37D

Color information

#C7C37D (or 0xC7C37D) is unknown color: approx Pine Glade. HEX triplet: C7, C3 and 7D. RGB value is (199,195,125). Sum of RGB (Red+Green+Blue) = 199+195+125=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C37D is #383C82. Grayscale: #BCBCBC. Windows color (decimal): -3685507 or 8242119. OLE color: 8242119.

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

Color convert

RGB199195125-
CMYK00.020.370.22
HSL56.76º39.78%63.53%-
HSV(B)56.76º37.19%78.04%-
XYZ46.7752.6527.1-
YUV188.2292.33135.69-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.34%
GREEN value IS 195 (76.56% from 255) = 37.57%
BLUE value IS 125 (49.22% from 255) = 24.08%
R=38.34%
G=37.57%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919512500.020.370.2256.7639.7863.53
HexC7C37D022516392840
Octal3073031750245267150100
Binary11000111110000111111101010100101101101110011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C37D; }

 p { color: rgb(199,195,125); }

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

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

 a { background-color: rgb(199,195,125); }

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

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

 span { border-color: rgb(199,195,125); }

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