Html Css Color HEX #C1C16A Dark Khaki

📋 copy color: '#C1C16A'

red 193 ◦ green 193 ◦ blue 106

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

Shades of Dark Khaki #C1C16A

Tints of Dark Khaki #C1C16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.54%

R = 39.23%
G = 39.23%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C1C16A (or 0xC1C16A) is known color: Dark Khaki. HEX triplet: C1, C1 and 6A. RGB value is (193,193,106). Sum of RGB (Red+Green+Blue) = 193+193+106=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 193 - color contains mainly: red, green. Hex color #C1C16A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C16A is #3E3E95. Grayscale: #B7B7B7. Windows color (decimal): -4079254 or 6996417. OLE color: 6996417.

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

Color convert

RGB 193 193 106 -
CMYK 0 0 0.45 0.24
HSL 60º 0.41% 0.59% -
HSV(B) 60º 0.45% 0.76% -
XYZ 43.66 50.52 21.09 -
YUV 183.08 84.5 135.07 -
System Red Green Blue C M Y K H S L
Decimal 193 193 106 0 0 0.45 0.24 60 0.41 0.59
Hex C1 C1 6A 0 0 2D 18 3C 29 3B
Octal 301 301 152 0 0 55 30 74 51 73
Binary 11000001 11000001 1101010 0 0 101101 11000 111100 101001 111011

Color Harmonies of #C1C16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C16A

Black with #C1C16A

Text Example


Text Example

White with #C1C16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C16A; }

 p { color: rgb(193,193,106); }

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

background-color css

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

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

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

border-color css

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

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

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