Html Css Color HEX #C0B673 Dark Khaki

📋 copy color: '#C0B673'

red 192 ◦ green 182 ◦ blue 115

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

Shades of Dark Khaki #C0B673

Tints of Dark Khaki #C0B673

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.22%

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

R = 39.26%
G = 37.22%
B = 23.52%

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

#C0B673 (or 0xC0B673) is known color: Dark Khaki. HEX triplet: C0, B6 and 73. RGB value is (192,182,115). Sum of RGB (Red+Green+Blue) = 192+182+115=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B673 is #3F498C. Grayscale: #B1B1B1. Windows color (decimal): -4147597 or 7583424. OLE color: 7583424.

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

Color convert

RGB 192 182 115 -
CMYK 0 0.05 0.40 0.25
HSL 52.21º 0.38% 0.6% -
HSV(B) 52.21º 0.4% 0.75% -
XYZ 41.56 45.9 22.89 -
YUV 177.35 92.81 138.45 -
System Red Green Blue C M Y K H S L
Decimal 192 182 115 0 0.05 0.40 0.25 52.21 0.38 0.6
Hex C0 B6 73 0 5 28 19 34 26 3C
Octal 300 266 163 0 5 50 31 64 46 74
Binary 11000000 10110110 1110011 0 101 101000 11001 110100 100110 111100

Color Harmonies of #C0B673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B673

Black with #C0B673

Text Example


Text Example

White with #C0B673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B673; }

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

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

background-color css

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

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

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

border-color css

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

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

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