Html Css Color HEX #C0C16F Dark Khaki

📋 copy color: '#C0C16F'

red 192 ◦ green 193 ◦ blue 111

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

Shades of Dark Khaki #C0C16F

Tints of Dark Khaki #C0C16F

RGB

 RED value IS 192 (75.39% from 255) = 38.71%

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

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

R = 38.71%
G = 38.91%
B = 22.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C0C16F (or 0xC0C16F) is known color: Dark Khaki. HEX triplet: C0, C1 and 6F. RGB value is (192,193,111). Sum of RGB (Red+Green+Blue) = 192+193+111=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C16F is #3F3E90. Grayscale: #B7B7B7. Windows color (decimal): -4144785 or 7324096. OLE color: 7324096.

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

Color convert

RGB 192 193 111 -
CMYK 0.01 0 0.42 0.24
HSL 60.73º 0.4% 0.6% -
HSV(B) 60.73º 0.42% 0.76% -
XYZ 43.68 50.49 22.48 -
YUV 183.35 87.17 134.17 -
System Red Green Blue C M Y K H S L
Decimal 192 193 111 0.01 0 0.42 0.24 60.73 0.4 0.6
Hex C0 C1 6F 1 0 2A 18 3D 28 3C
Octal 300 301 157 1 0 52 30 75 50 74
Binary 11000000 11000001 1101111 1 0 101010 11000 111101 101000 111100

Color Harmonies of #C0C16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C16F

Black with #C0C16F

Text Example


Text Example

White with #C0C16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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