Html Css Color HEX #C0B965 Dark Khaki

📋 copy color: '#C0B965'

red 192 ◦ green 185 ◦ blue 101

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

Shades of Dark Khaki #C0B965

Tints of Dark Khaki #C0B965

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.7%

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

R = 40.17%
G = 38.7%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C0B965 (or 0xC0B965) is known color: Dark Khaki. HEX triplet: C0, B9 and 65. RGB value is (192,185,101). Sum of RGB (Red+Green+Blue) = 192+185+101=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B965 is #3F469A. Grayscale: #B1B1B1. Windows color (decimal): -4146843 or 6666688. OLE color: 6666688.

HSL color Cylindrical-coordinate representation of color #C0B965: hue angle of 55.38º 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 #C0B965 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 185 101 -
CMYK 0 0.04 0.47 0.25
HSL 55.38º 0.42% 0.57% -
HSV(B) 55.38º 0.47% 0.75% -
XYZ 41.44 46.84 19.17 -
YUV 177.52 84.82 138.33 -
System Red Green Blue C M Y K H S L
Decimal 192 185 101 0 0.04 0.47 0.25 55.38 0.42 0.57
Hex C0 B9 65 0 4 2F 19 37 2A 39
Octal 300 271 145 0 4 57 31 67 52 71
Binary 11000000 10111001 1100101 0 100 101111 11001 110111 101010 111001

Color Harmonies of #C0B965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B965

Black with #C0B965

Text Example


Text Example

White with #C0B965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B965; }

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

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

background-color css

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

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

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

border-color css

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

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

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