Html Css Color HEX #C7C173 Dark Khaki

📋 copy color: '#C7C173'

red 199 ◦ green 193 ◦ blue 115

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

Shades of Dark Khaki #C7C173

Tints of Dark Khaki #C7C173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.68%

R = 39.25%
G = 38.07%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C7C173 (or 0xC7C173) is known color: Dark Khaki. HEX triplet: C7, C1 and 73. RGB value is (199,193,115). Sum of RGB (Red+Green+Blue) = 199+193+115=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C173 is #383E8C. Grayscale: #BABABA. Windows color (decimal): -3686029 or 7586247. OLE color: 7586247.

HSL color Cylindrical-coordinate representation of color #C7C173: hue angle of 55.71º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7C173 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 193 115 -
CMYK 0 0.03 0.42 0.22
HSL 55.71º 0.43% 0.62% -
HSV(B) 55.71º 0.42% 0.78% -
XYZ 45.72 51.52 23.75 -
YUV 185.9 87.99 137.34 -
System Red Green Blue C M Y K H S L
Decimal 199 193 115 0 0.03 0.42 0.22 55.71 0.43 0.62
Hex C7 C1 73 0 3 2A 16 38 2B 3E
Octal 307 301 163 0 3 52 26 70 53 76
Binary 11000111 11000001 1110011 0 11 101010 10110 111000 101011 111110

Color Harmonies of #C7C173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C173

Black with #C7C173

Text Example


Text Example

White with #C7C173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C173; }

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

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

background-color css

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

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

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

border-color css

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

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

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