Html Css Color HEX #C0B371 Dark Khaki

📋 copy color: '#C0B371'

red 192 ◦ green 179 ◦ blue 113

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

Shades of Dark Khaki #C0B371

Tints of Dark Khaki #C0B371

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.98%

 BLUE value IS 113 (44.53% from 255) = 23.35%

R = 39.67%
G = 36.98%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C0B371 (or 0xC0B371) is known color: Dark Khaki. HEX triplet: C0, B3 and 71. RGB value is (192,179,113). Sum of RGB (Red+Green+Blue) = 192+179+113=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B371 is #3F4C8E. Grayscale: #AFAFAF. Windows color (decimal): -4148367 or 7451584. OLE color: 7451584.

HSL color Cylindrical-coordinate representation of color #C0B371: hue angle of 50.13º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0B371 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 179 113 -
CMYK 0 0.07 0.41 0.25
HSL 50.13º 0.39% 0.6% -
HSV(B) 50.13º 0.41% 0.75% -
XYZ 40.84 44.64 22.09 -
YUV 175.36 92.81 139.87 -
System Red Green Blue C M Y K H S L
Decimal 192 179 113 0 0.07 0.41 0.25 50.13 0.39 0.6
Hex C0 B3 71 0 7 29 19 32 27 3C
Octal 300 263 161 0 7 51 31 62 47 74
Binary 11000000 10110011 1110001 0 111 101001 11001 110010 100111 111100

Color Harmonies of #C0B371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B371

Black with #C0B371

Text Example


Text Example

White with #C0B371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B371; }

 p { color: rgb(192,179,113); }

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

background-color css

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

 a { background-color: rgb(192,179,113); }

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

border-color css

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

 span { border-color: rgb(192,179,113); }

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