Html Css Color HEX #C2C16F Dark Khaki

📋 copy color: '#C2C16F'

red 194 ◦ green 193 ◦ blue 111

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

Shades of Dark Khaki #C2C16F

Tints of Dark Khaki #C2C16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.29%

R = 38.96%
G = 38.76%
B = 22.29%

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

#C2C16F (or 0xC2C16F) is known color: Dark Khaki. HEX triplet: C2, C1 and 6F. RGB value is (194,193,111). Sum of RGB (Red+Green+Blue) = 194+193+111=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C16F is #3D3E90. Grayscale: #B8B8B8. Windows color (decimal): -4013713 or 7324098. OLE color: 7324098.

HSL color Cylindrical-coordinate representation of color #C2C16F: hue angle of 59.28º degrees, saturation: 0.4, 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 #C2C16F is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 193 111 -
CMYK 0 0.01 0.43 0.24
HSL 59.28º 0.4% 0.6% -
HSV(B) 59.28º 0.43% 0.76% -
XYZ 44.19 50.76 22.51 -
YUV 183.95 86.83 135.17 -
System Red Green Blue C M Y K H S L
Decimal 194 193 111 0 0.01 0.43 0.24 59.28 0.4 0.6
Hex C2 C1 6F 0 1 2B 18 3B 28 3C
Octal 302 301 157 0 1 53 30 73 50 74
Binary 11000010 11000001 1101111 0 1 101011 11000 111011 101000 111100

Color Harmonies of #C2C16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C16F

Black with #C2C16F

Text Example


Text Example

White with #C2C16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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