Html Css Color HEX #C0B971 Dark Khaki

📋 copy color: '#C0B971'

red 192 ◦ green 185 ◦ blue 113

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

Shades of Dark Khaki #C0B971

Tints of Dark Khaki #C0B971

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.76%

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

R = 39.18%
G = 37.76%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C0B971 (or 0xC0B971) is known color: Dark Khaki. HEX triplet: C0, B9 and 71. RGB value is (192,185,113). Sum of RGB (Red+Green+Blue) = 192+185+113=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B971 is #3F468E. Grayscale: #B3B3B3. Windows color (decimal): -4146831 or 7453120. OLE color: 7453120.

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

Color convert

RGB 192 185 113 -
CMYK 0 0.04 0.41 0.25
HSL 54.68º 0.39% 0.6% -
HSV(B) 54.68º 0.41% 0.75% -
XYZ 42.07 47.1 22.5 -
YUV 178.89 90.82 137.35 -
System Red Green Blue C M Y K H S L
Decimal 192 185 113 0 0.04 0.41 0.25 54.68 0.39 0.6
Hex C0 B9 71 0 4 29 19 37 27 3C
Octal 300 271 161 0 4 51 31 67 47 74
Binary 11000000 10111001 1110001 0 100 101001 11001 110111 100111 111100

Color Harmonies of #C0B971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B971

Black with #C0B971

Text Example


Text Example

White with #C0B971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B971; }

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

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

background-color css

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

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

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

border-color css

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

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

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