Html Css Color HEX #C0C16E Dark Khaki

📋 copy color: '#C0C16E'

red 192 ◦ green 193 ◦ blue 110

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

Shades of Dark Khaki #C0C16E

Tints of Dark Khaki #C0C16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.22%

R = 38.79%
G = 38.99%
B = 22.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C0C16E (or 0xC0C16E) is known color: Dark Khaki. HEX triplet: C0, C1 and 6E. RGB value is (192,193,110). Sum of RGB (Red+Green+Blue) = 192+193+110=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C16E is #3F3E91. Grayscale: #B7B7B7. Windows color (decimal): -4144786 or 7258560. OLE color: 7258560.

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

Color convert

RGB 192 193 110 -
CMYK 0.01 0 0.43 0.24
HSL 60.72º 0.4% 0.59% -
HSV(B) 60.72º 0.43% 0.76% -
XYZ 43.62 50.47 22.19 -
YUV 183.24 86.67 134.25 -
System Red Green Blue C M Y K H S L
Decimal 192 193 110 0.01 0 0.43 0.24 60.72 0.4 0.59
Hex C0 C1 6E 1 0 2B 18 3D 28 3B
Octal 300 301 156 1 0 53 30 75 50 73
Binary 11000000 11000001 1101110 1 0 101011 11000 111101 101000 111011

Color Harmonies of #C0C16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C16E

Black with #C0C16E

Text Example


Text Example

White with #C0C16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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