Html Css Color HEX #C0C065 Dark Khaki

📋 copy color: '#C0C065'

red 192 ◦ green 192 ◦ blue 101

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

Shades of Dark Khaki #C0C065

Tints of Dark Khaki #C0C065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.82%

R = 39.59%
G = 39.59%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C0C065 (or 0xC0C065) is known color: Dark Khaki. HEX triplet: C0, C0 and 65. RGB value is (192,192,101). Sum of RGB (Red+Green+Blue) = 192+192+101=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 192 (75.39% from 255 or 39.59% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C065 is #3F3F9A. Grayscale: #B5B5B5. Windows color (decimal): -4145051 or 6668480. OLE color: 6668480.

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

Color convert

RGB 192 192 101 -
CMYK 0 0 0.47 0.25
HSL 60º 0.42% 0.57% -
HSV(B) 60º 0.47% 0.75% -
XYZ 42.94 49.85 19.67 -
YUV 181.63 82.5 135.4 -
System Red Green Blue C M Y K H S L
Decimal 192 192 101 0 0 0.47 0.25 60 0.42 0.57
Hex C0 C0 65 0 0 2F 19 3C 2A 39
Octal 300 300 145 0 0 57 31 74 52 71
Binary 11000000 11000000 1100101 0 0 101111 11001 111100 101010 111001

Color Harmonies of #C0C065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C065

Black with #C0C065

Text Example


Text Example

White with #C0C065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C065; }

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

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

background-color css

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

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

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

border-color css

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

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

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