Html Css Color HEX #C7C070 Dark Khaki

📋 copy color: '#C7C070'

red 199 ◦ green 192 ◦ blue 112

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

Shades of Dark Khaki #C7C070

Tints of Dark Khaki #C7C070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.27%

R = 39.56%
G = 38.17%
B = 22.27%

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

#C7C070 (or 0xC7C070) is known color: Dark Khaki. HEX triplet: C7, C0 and 70. RGB value is (199,192,112). Sum of RGB (Red+Green+Blue) = 199+192+112=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C070 is #383F8F. Grayscale: #B9B9B9. Windows color (decimal): -3686288 or 7389383. OLE color: 7389383.

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

Color convert

RGB 199 192 112 -
CMYK 0 0.04 0.44 0.22
HSL 55.17º 0.44% 0.61% -
HSV(B) 55.17º 0.44% 0.78% -
XYZ 45.33 51.01 22.79 -
YUV 184.97 86.82 138 -
System Red Green Blue C M Y K H S L
Decimal 199 192 112 0 0.04 0.44 0.22 55.17 0.44 0.61
Hex C7 C0 70 0 4 2C 16 37 2C 3D
Octal 307 300 160 0 4 54 26 67 54 75
Binary 11000111 11000000 1110000 0 100 101100 10110 110111 101100 111101

Color Harmonies of #C7C070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C070

Black with #C7C070

Text Example


Text Example

White with #C7C070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C070; }

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

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

background-color css

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

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

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

border-color css

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

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

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