Html Css Color HEX #C7C06F Dark Khaki

📋 copy color: '#C7C06F'

red 199 ◦ green 192 ◦ blue 111

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

Shades of Dark Khaki #C7C06F

Tints of Dark Khaki #C7C06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.11%

R = 39.64%
G = 38.25%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C7C06F (or 0xC7C06F) is known color: Dark Khaki. HEX triplet: C7, C0 and 6F. RGB value is (199,192,111). Sum of RGB (Red+Green+Blue) = 199+192+111=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C06F is #383F90. Grayscale: #B9B9B9. Windows color (decimal): -3686289 or 7323847. OLE color: 7323847.

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

Color convert

RGB 199 192 111 -
CMYK 0 0.04 0.44 0.22
HSL 55.23º 0.44% 0.61% -
HSV(B) 55.23º 0.44% 0.78% -
XYZ 45.27 50.99 22.49 -
YUV 184.86 86.32 138.09 -
System Red Green Blue C M Y K H S L
Decimal 199 192 111 0 0.04 0.44 0.22 55.23 0.44 0.61
Hex C7 C0 6F 0 4 2C 16 37 2C 3D
Octal 307 300 157 0 4 54 26 67 54 75
Binary 11000111 11000000 1101111 0 100 101100 10110 110111 101100 111101

Color Harmonies of #C7C06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C06F

Black with #C7C06F

Text Example


Text Example

White with #C7C06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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