Html Css Color HEX #C4C06D Dark Khaki

📋 copy color: '#C4C06D'

red 196 ◦ green 192 ◦ blue 109

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

Shades of Dark Khaki #C4C06D

Tints of Dark Khaki #C4C06D

RGB

 RED value IS 196 (76.95% from 255) = 39.44%

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

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

R = 39.44%
G = 38.63%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4C06D (or 0xC4C06D) is known color: Dark Khaki. HEX triplet: C4, C0 and 6D. RGB value is (196,192,109). Sum of RGB (Red+Green+Blue) = 196+192+109=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C06D is #3B3F92. Grayscale: #B8B8B8. Windows color (decimal): -3882899 or 7192772. OLE color: 7192772.

HSL color Cylindrical-coordinate representation of color #C4C06D: hue angle of 57.24º 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 #C4C06D is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 192 109 -
CMYK 0 0.02 0.44 0.23
HSL 57.24º 0.42% 0.6% -
HSV(B) 57.24º 0.44% 0.77% -
XYZ 44.37 50.54 21.88 -
YUV 183.73 85.83 136.75 -
System Red Green Blue C M Y K H S L
Decimal 196 192 109 0 0.02 0.44 0.23 57.24 0.42 0.6
Hex C4 C0 6D 0 2 2C 17 39 2A 3C
Octal 304 300 155 0 2 54 27 71 52 74
Binary 11000100 11000000 1101101 0 10 101100 10111 111001 101010 111100

Color Harmonies of #C4C06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C06D

Black with #C4C06D

Text Example


Text Example

White with #C4C06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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