Html Css Color HEX #C0B565 Dark Khaki

📋 copy color: '#C0B565'

red 192 ◦ green 181 ◦ blue 101

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

Shades of Dark Khaki #C0B565

Tints of Dark Khaki #C0B565

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.19%

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

R = 40.51%
G = 38.19%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C0B565 (or 0xC0B565) is known color: Dark Khaki. HEX triplet: C0, B5 and 65. RGB value is (192,181,101). Sum of RGB (Red+Green+Blue) = 192+181+101=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B565 is #3F4A9A. Grayscale: #AFAFAF. Windows color (decimal): -4147867 or 6665664. OLE color: 6665664.

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

Color convert

RGB 192 181 101 -
CMYK 0 0.06 0.47 0.25
HSL 52.75º 0.42% 0.57% -
HSV(B) 52.75º 0.47% 0.75% -
XYZ 40.61 45.19 18.89 -
YUV 175.17 86.14 140 -
System Red Green Blue C M Y K H S L
Decimal 192 181 101 0 0.06 0.47 0.25 52.75 0.42 0.57
Hex C0 B5 65 0 6 2F 19 35 2A 39
Octal 300 265 145 0 6 57 31 65 52 71
Binary 11000000 10110101 1100101 0 110 101111 11001 110101 101010 111001

Color Harmonies of #C0B565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B565

Black with #C0B565

Text Example


Text Example

White with #C0B565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B565; }

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

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

background-color css

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

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

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

border-color css

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

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

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