Html Css Color HEX #C2C06D Dark Khaki

📋 copy color: '#C2C06D'

red 194 ◦ green 192 ◦ blue 109

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

Shades of Dark Khaki #C2C06D

Tints of Dark Khaki #C2C06D

RGB

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

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

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

R = 39.19%
G = 38.79%
B = 22.02%

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

#C2C06D (or 0xC2C06D) is known color: Dark Khaki. HEX triplet: C2, C0 and 6D. RGB value is (194,192,109). Sum of RGB (Red+Green+Blue) = 194+192+109=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C06D is #3D3F92. Grayscale: #B7B7B7. Windows color (decimal): -4013971 or 7192770. OLE color: 7192770.

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

Color convert

RGB 194 192 109 -
CMYK 0 0.01 0.44 0.24
HSL 58.59º 0.41% 0.59% -
HSV(B) 58.59º 0.44% 0.76% -
XYZ 43.86 50.27 21.86 -
YUV 183.14 86.16 135.75 -
System Red Green Blue C M Y K H S L
Decimal 194 192 109 0 0.01 0.44 0.24 58.59 0.41 0.59
Hex C2 C0 6D 0 1 2C 18 3B 29 3B
Octal 302 300 155 0 1 54 30 73 51 73
Binary 11000010 11000000 1101101 0 1 101100 11000 111011 101001 111011

Color Harmonies of #C2C06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C06D

Black with #C2C06D

Text Example


Text Example

White with #C2C06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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