Html Css Color HEX #C0C06C Dark Khaki

📋 copy color: '#C0C06C'

red 192 ◦ green 192 ◦ blue 108

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

Shades of Dark Khaki #C0C06C

Tints of Dark Khaki #C0C06C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.95%

R = 39.02%
G = 39.02%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0C06C (or 0xC0C06C) is known color: Dark Khaki. HEX triplet: C0, C0 and 6C. RGB value is (192,192,108). Sum of RGB (Red+Green+Blue) = 192+192+108=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C06C is #3F3F93. Grayscale: #B6B6B6. Windows color (decimal): -4145044 or 7127232. OLE color: 7127232.

HSL color Cylindrical-coordinate representation of color #C0C06C: hue angle of 60º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0C06C is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 192 108 -
CMYK 0 0 0.44 0.25
HSL 60º 0.4% 0.59% -
HSV(B) 60º 0.44% 0.75% -
XYZ 43.29 49.99 21.55 -
YUV 182.42 86 134.83 -
System Red Green Blue C M Y K H S L
Decimal 192 192 108 0 0 0.44 0.25 60 0.4 0.59
Hex C0 C0 6C 0 0 2C 19 3C 28 3B
Octal 300 300 154 0 0 54 31 74 50 73
Binary 11000000 11000000 1101100 0 0 101100 11001 111100 101000 111011

Color Harmonies of #C0C06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C06C

Black with #C0C06C

Text Example


Text Example

White with #C0C06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C06C; }

 p { color: rgb(192,192,108); }

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

background-color css

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

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

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

border-color css

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

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

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