#C7C172

Color #C7C172 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #C7C172

Tints of Dark Khaki #C7C172

Color information

#C7C172 (or 0xC7C172) is unknown color: approx Dark Khaki. HEX triplet: C7, C1 and 72. RGB value is (199,193,114). Sum of RGB (Red+Green+Blue) = 199+193+114=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C172 is #383E8D. Grayscale: #BABABA. Windows color (decimal): -3686030 or 7520711. OLE color: 7520711.

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

Color convert

RGB199193114-
CMYK00.030.430.22
HSL55.76º43.15%61.37%-
HSV(B)55.76º42.71%78.04%-
XYZ45.6651.523.45-
YUV185.7987.49137.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.33%
GREEN value IS 193 (75.78% from 255) = 38.14%
BLUE value IS 114 (44.92% from 255) = 22.53%
R=39.33%
G=38.14%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919311400.030.430.2255.7643.1561.37
HexC7C172032B16382b3d
Octal307301162035326705375
Binary1100011111000001111001001110101110110111000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C172; }

 p { color: rgb(199,193,114); }

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

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

 a { background-color: rgb(199,193,114); }

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

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

 span { border-color: rgb(199,193,114); }

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