Html Css Color HEX #C1C06D Dark Khaki

📋 copy color: '#C1C06D'

red 193 ◦ green 192 ◦ blue 109

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

Shades of Dark Khaki #C1C06D

Tints of Dark Khaki #C1C06D

RGB

 RED value IS 193 (75.78% from 255) = 39.07%

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

 BLUE value IS 109 (42.97% from 255) = 22.06%

R = 39.07%
G = 38.87%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1C06D (or 0xC1C06D) is known color: Dark Khaki. HEX triplet: C1, C0 and 6D. RGB value is (193,192,109). Sum of RGB (Red+Green+Blue) = 193+192+109=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C06D is #3E3F92. Grayscale: #B7B7B7. Windows color (decimal): -4079507 or 7192769. OLE color: 7192769.

HSL color Cylindrical-coordinate representation of color #C1C06D: hue angle of 59.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1C06D is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 192 109 -
CMYK 0 0.01 0.44 0.24
HSL 59.29º 0.4% 0.59% -
HSV(B) 59.29º 0.44% 0.76% -
XYZ 43.6 50.14 21.85 -
YUV 182.84 86.33 135.25 -
System Red Green Blue C M Y K H S L
Decimal 193 192 109 0 0.01 0.44 0.24 59.29 0.4 0.59
Hex C1 C0 6D 0 1 2C 18 3B 28 3B
Octal 301 300 155 0 1 54 30 73 50 73
Binary 11000001 11000000 1101101 0 1 101100 11000 111011 101000 111011

Color Harmonies of #C1C06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C06D

Black with #C1C06D

Text Example


Text Example

White with #C1C06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C06D; }

 p { color: rgb(193,192,109); }

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

background-color css

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

 a { background-color: rgb(193,192,109); }

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

border-color css

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

 span { border-color: rgb(193,192,109); }

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