Html Css Color HEX #C2C16E Dark Khaki

📋 copy color: '#C2C16E'

red 194 ◦ green 193 ◦ blue 110

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

Shades of Dark Khaki #C2C16E

Tints of Dark Khaki #C2C16E

RGB

 RED value IS 194 (76.17% from 255) = 39.03%

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

 BLUE value IS 110 (43.36% from 255) = 22.13%

R = 39.03%
G = 38.83%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2C16E (or 0xC2C16E) is known color: Dark Khaki. HEX triplet: C2, C1 and 6E. RGB value is (194,193,110). Sum of RGB (Red+Green+Blue) = 194+193+110=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C16E is #3D3E91. Grayscale: #B8B8B8. Windows color (decimal): -4013714 or 7258562. OLE color: 7258562.

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

Color convert

RGB 194 193 110 -
CMYK 0 0.01 0.43 0.24
HSL 59.29º 0.41% 0.6% -
HSV(B) 59.29º 0.43% 0.76% -
XYZ 44.13 50.74 22.22 -
YUV 183.84 86.33 135.25 -
System Red Green Blue C M Y K H S L
Decimal 194 193 110 0 0.01 0.43 0.24 59.29 0.41 0.6
Hex C2 C1 6E 0 1 2B 18 3B 29 3C
Octal 302 301 156 0 1 53 30 73 51 74
Binary 11000010 11000001 1101110 0 1 101011 11000 111011 101001 111100

Color Harmonies of #C2C16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C16E

Black with #C2C16E

Text Example


Text Example

White with #C2C16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C16E; }

 p { color: rgb(194,193,110); }

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

background-color css

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

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

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

border-color css

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

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

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