Html Css Color HEX #C0B865 Dark Khaki

📋 copy color: '#C0B865'

red 192 ◦ green 184 ◦ blue 101

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

Shades of Dark Khaki #C0B865

Tints of Dark Khaki #C0B865

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.57%

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

R = 40.25%
G = 38.57%
B = 21.17%

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

#C0B865 (or 0xC0B865) is known color: Dark Khaki. HEX triplet: C0, B8 and 65. RGB value is (192,184,101). Sum of RGB (Red+Green+Blue) = 192+184+101=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B865 is #3F479A. Grayscale: #B1B1B1. Windows color (decimal): -4147099 or 6666432. OLE color: 6666432.

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

Color convert

RGB 192 184 101 -
CMYK 0 0.04 0.47 0.25
HSL 54.73º 0.42% 0.57% -
HSV(B) 54.73º 0.47% 0.75% -
XYZ 41.23 46.43 19.1 -
YUV 176.93 85.15 138.75 -
System Red Green Blue C M Y K H S L
Decimal 192 184 101 0 0.04 0.47 0.25 54.73 0.42 0.57
Hex C0 B8 65 0 4 2F 19 37 2A 39
Octal 300 270 145 0 4 57 31 67 52 71
Binary 11000000 10111000 1100101 0 100 101111 11001 110111 101010 111001

Color Harmonies of #C0B865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B865

Black with #C0B865

Text Example


Text Example

White with #C0B865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B865; }

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

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

background-color css

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

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

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

border-color css

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

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

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