Html Css Color HEX #C7C064 Dark Khaki

📋 copy color: '#C7C064'

red 199 ◦ green 192 ◦ blue 100

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

Shades of Dark Khaki #C7C064

Tints of Dark Khaki #C7C064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.37%

R = 40.53%
G = 39.1%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C7C064 (or 0xC7C064) is known color: Dark Khaki. HEX triplet: C7, C0 and 64. RGB value is (199,192,100). Sum of RGB (Red+Green+Blue) = 199+192+100=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C064 is #383F9B. Grayscale: #B7B7B7. Windows color (decimal): -3686300 or 6602951. OLE color: 6602951.

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

Color convert

RGB 199 192 100 -
CMYK 0 0.04 0.50 0.22
HSL 55.76º 0.47% 0.59% -
HSV(B) 55.76º 0.5% 0.78% -
XYZ 44.7 50.76 19.5 -
YUV 183.61 80.82 138.98 -
System Red Green Blue C M Y K H S L
Decimal 199 192 100 0 0.04 0.50 0.22 55.76 0.47 0.59
Hex C7 C0 64 0 4 32 16 38 2F 3B
Octal 307 300 144 0 4 62 26 70 57 73
Binary 11000111 11000000 1100100 0 100 110010 10110 111000 101111 111011

Color Harmonies of #C7C064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C064

Black with #C7C064

Text Example


Text Example

White with #C7C064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C064; }

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

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

background-color css

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

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

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

border-color css

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

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

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