Html Css Color HEX #C0B573 Dark Khaki

📋 copy color: '#C0B573'

red 192 ◦ green 181 ◦ blue 115

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

Shades of Dark Khaki #C0B573

Tints of Dark Khaki #C0B573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.57%

R = 39.34%
G = 37.09%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C0B573 (or 0xC0B573) is known color: Dark Khaki. HEX triplet: C0, B5 and 73. RGB value is (192,181,115). Sum of RGB (Red+Green+Blue) = 192+181+115=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B573 is #3F4A8C. Grayscale: #B1B1B1. Windows color (decimal): -4147853 or 7583168. OLE color: 7583168.

HSL color Cylindrical-coordinate representation of color #C0B573: hue angle of 51.43º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0B573 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 181 115 -
CMYK 0 0.06 0.40 0.25
HSL 51.43º 0.38% 0.6% -
HSV(B) 51.43º 0.4% 0.75% -
XYZ 41.36 45.49 22.82 -
YUV 176.77 93.14 138.87 -
System Red Green Blue C M Y K H S L
Decimal 192 181 115 0 0.06 0.40 0.25 51.43 0.38 0.6
Hex C0 B5 73 0 6 28 19 33 26 3C
Octal 300 265 163 0 6 50 31 63 46 74
Binary 11000000 10110101 1110011 0 110 101000 11001 110011 100110 111100

Color Harmonies of #C0B573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B573

Black with #C0B573

Text Example


Text Example

White with #C0B573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B573; }

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

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

background-color css

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

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

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

border-color css

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

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

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