Html Css Color HEX #C2C46D Dark Khaki

📋 copy color: '#C2C46D'

red 194 ◦ green 196 ◦ blue 109

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

Shades of Dark Khaki #C2C46D

Tints of Dark Khaki #C2C46D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.28%

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

R = 38.88%
G = 39.28%
B = 21.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C2C46D (or 0xC2C46D) is known color: Dark Khaki. HEX triplet: C2, C4 and 6D. RGB value is (194,196,109). Sum of RGB (Red+Green+Blue) = 194+196+109=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C46D is #3D3B92. Grayscale: #B9B9B9. Windows color (decimal): -4012947 or 7193794. OLE color: 7193794.

HSL color Cylindrical-coordinate representation of color #C2C46D: hue angle of 61.38º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2C46D is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 196 109 -
CMYK 0.01 0 0.44 0.23
HSL 61.38º 0.42% 0.6% -
HSV(B) 61.38º 0.44% 0.77% -
XYZ 44.75 52.05 22.16 -
YUV 185.48 84.84 134.07 -
System Red Green Blue C M Y K H S L
Decimal 194 196 109 0.01 0 0.44 0.23 61.38 0.42 0.6
Hex C2 C4 6D 1 0 2C 17 3D 2A 3C
Octal 302 304 155 1 0 54 27 75 52 74
Binary 11000010 11000100 1101101 1 0 101100 10111 111101 101010 111100

Color Harmonies of #C2C46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C46D

Black with #C2C46D

Text Example


Text Example

White with #C2C46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C46D; }

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

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

background-color css

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

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

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

border-color css

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

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

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