Html Css Color HEX #C7C161 Dark Khaki

📋 copy color: '#C7C161'

red 199 ◦ green 193 ◦ blue 97

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

Shades of Dark Khaki #C7C161

Tints of Dark Khaki #C7C161

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.47%

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

R = 40.7%
G = 39.47%
B = 19.84%

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

#C7C161 (or 0xC7C161) is known color: Dark Khaki. HEX triplet: C7, C1 and 61. RGB value is (199,193,97). Sum of RGB (Red+Green+Blue) = 199+193+97=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 97 (38.28% from 255 or 19.84% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C161 is #383E9E. Grayscale: #B8B8B8. Windows color (decimal): -3686047 or 6406599. OLE color: 6406599.

HSL color Cylindrical-coordinate representation of color #C7C161: hue angle of 56.47º 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 #C7C161 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 193 97 -
CMYK 0 0.03 0.51 0.22
HSL 56.47º 0.48% 0.58% -
HSV(B) 56.47º 0.51% 0.78% -
XYZ 44.78 51.15 18.82 -
YUV 183.85 78.99 138.81 -
System Red Green Blue C M Y K H S L
Decimal 199 193 97 0 0.03 0.51 0.22 56.47 0.48 0.58
Hex C7 C1 61 0 3 33 16 38 30 3A
Octal 307 301 141 0 3 63 26 70 60 72
Binary 11000111 11000001 1100001 0 11 110011 10110 111000 110000 111010

Color Harmonies of #C7C161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C161

Black with #C7C161

Text Example


Text Example

White with #C7C161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C161; }

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

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

background-color css

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

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

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

border-color css

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

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

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