Html Css Color HEX #C7C261 Dark Khaki

📋 copy color: '#C7C261'

red 199 ◦ green 194 ◦ blue 97

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

Shades of Dark Khaki #C7C261

Tints of Dark Khaki #C7C261

RGB

 RED value IS 199 (78.13% from 255) = 40.61%

 GREEN value IS 194 (76.17% from 255) = 39.59%

 BLUE value IS 97 (38.28% from 255) = 19.8%

R = 40.61%
G = 39.59%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C7C261 (or 0xC7C261) is known color: Dark Khaki. HEX triplet: C7, C2 and 61. RGB value is (199,194,97). Sum of RGB (Red+Green+Blue) = 199+194+97=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 97 (38.28% from 255 or 19.80% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C261 is #383D9E. Grayscale: #B8B8B8. Windows color (decimal): -3685791 or 6406855. OLE color: 6406855.

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

Color convert

RGB 199 194 97 -
CMYK 0 0.03 0.51 0.22
HSL 57.06º 0.48% 0.58% -
HSV(B) 57.06º 0.51% 0.78% -
XYZ 45 51.59 18.89 -
YUV 184.44 78.66 138.39 -
System Red Green Blue C M Y K H S L
Decimal 199 194 97 0 0.03 0.51 0.22 57.06 0.48 0.58
Hex C7 C2 61 0 3 33 16 39 30 3A
Octal 307 302 141 0 3 63 26 71 60 72
Binary 11000111 11000010 1100001 0 11 110011 10110 111001 110000 111010

Color Harmonies of #C7C261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C261

Black with #C7C261

Text Example


Text Example

White with #C7C261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C261; }

 p { color: rgb(199,194,97); }

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

background-color css

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

 a { background-color: rgb(199,194,97); }

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

border-color css

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

 span { border-color: rgb(199,194,97); }

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