Html Css Color HEX #C0C069 Dark Khaki

📋 copy color: '#C0C069'

red 192 ◦ green 192 ◦ blue 105

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

Shades of Dark Khaki #C0C069

Tints of Dark Khaki #C0C069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.47%

R = 39.26%
G = 39.26%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0C069 (or 0xC0C069) is known color: Dark Khaki. HEX triplet: C0, C0 and 69. RGB value is (192,192,105). Sum of RGB (Red+Green+Blue) = 192+192+105=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C069 is #3F3F96. Grayscale: #B6B6B6. Windows color (decimal): -4145047 or 6930624. OLE color: 6930624.

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

Color convert

RGB 192 192 105 -
CMYK 0 0 0.45 0.25
HSL 60º 0.41% 0.58% -
HSV(B) 60º 0.45% 0.75% -
XYZ 43.14 49.93 20.73 -
YUV 182.08 84.5 135.07 -
System Red Green Blue C M Y K H S L
Decimal 192 192 105 0 0 0.45 0.25 60 0.41 0.58
Hex C0 C0 69 0 0 2D 19 3C 29 3A
Octal 300 300 151 0 0 55 31 74 51 72
Binary 11000000 11000000 1101001 0 0 101101 11001 111100 101001 111010

Color Harmonies of #C0C069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C069

Black with #C0C069

Text Example


Text Example

White with #C0C069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C069; }

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

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

background-color css

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

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

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

border-color css

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

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

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