Html Css Color HEX #C0B773 Dark Khaki

📋 copy color: '#C0B773'

red 192 ◦ green 183 ◦ blue 115

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

Shades of Dark Khaki #C0B773

Tints of Dark Khaki #C0B773

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.35%

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

R = 39.18%
G = 37.35%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C0B773 (or 0xC0B773) is known color: Dark Khaki. HEX triplet: C0, B7 and 73. RGB value is (192,183,115). Sum of RGB (Red+Green+Blue) = 192+183+115=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B773 is #3F488C. Grayscale: #B2B2B2. Windows color (decimal): -4147341 or 7583680. OLE color: 7583680.

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

Color convert

RGB 192 183 115 -
CMYK 0 0.05 0.40 0.25
HSL 52.99º 0.38% 0.6% -
HSV(B) 52.99º 0.4% 0.75% -
XYZ 41.77 46.31 22.96 -
YUV 177.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 192 183 115 0 0.05 0.40 0.25 52.99 0.38 0.6
Hex C0 B7 73 0 5 28 19 35 26 3C
Octal 300 267 163 0 5 50 31 65 46 74
Binary 11000000 10110111 1110011 0 101 101000 11001 110101 100110 111100

Color Harmonies of #C0B773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B773

Black with #C0B773

Text Example


Text Example

White with #C0B773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B773; }

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

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

background-color css

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

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

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

border-color css

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

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

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