Html Css Color HEX #C7C071 Dark Khaki

📋 copy color: '#C7C071'

red 199 ◦ green 192 ◦ blue 113

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

Shades of Dark Khaki #C7C071

Tints of Dark Khaki #C7C071

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.1%

 BLUE value IS 113 (44.53% from 255) = 22.42%

R = 39.48%
G = 38.1%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C7C071 (or 0xC7C071) is known color: Dark Khaki. HEX triplet: C7, C0 and 71. RGB value is (199,192,113). Sum of RGB (Red+Green+Blue) = 199+192+113=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C071 is #383F8E. Grayscale: #B9B9B9. Windows color (decimal): -3686287 or 7454919. OLE color: 7454919.

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

Color convert

RGB 199 192 113 -
CMYK 0 0.04 0.43 0.22
HSL 55.12º 0.43% 0.61% -
HSV(B) 55.12º 0.43% 0.78% -
XYZ 45.38 51.03 23.08 -
YUV 185.09 87.32 137.92 -
System Red Green Blue C M Y K H S L
Decimal 199 192 113 0 0.04 0.43 0.22 55.12 0.43 0.61
Hex C7 C0 71 0 4 2B 16 37 2B 3D
Octal 307 300 161 0 4 53 26 67 53 75
Binary 11000111 11000000 1110001 0 100 101011 10110 110111 101011 111101

Color Harmonies of #C7C071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C071

Black with #C7C071

Text Example


Text Example

White with #C7C071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C071; }

 p { color: rgb(199,192,113); }

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

background-color css

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

 a { background-color: rgb(199,192,113); }

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

border-color css

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

 span { border-color: rgb(199,192,113); }

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