Html Css Color HEX #C0B471 Dark Khaki

📋 copy color: '#C0B471'

red 192 ◦ green 180 ◦ blue 113

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

Shades of Dark Khaki #C0B471

Tints of Dark Khaki #C0B471

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.11%

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

R = 39.59%
G = 37.11%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C0B471 (or 0xC0B471) is known color: Dark Khaki. HEX triplet: C0, B4 and 71. RGB value is (192,180,113). Sum of RGB (Red+Green+Blue) = 192+180+113=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B471 is #3F4B8E. Grayscale: #B0B0B0. Windows color (decimal): -4148111 or 7451840. OLE color: 7451840.

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

Color convert

RGB 192 180 113 -
CMYK 0 0.06 0.41 0.25
HSL 50.89º 0.39% 0.6% -
HSV(B) 50.89º 0.41% 0.75% -
XYZ 41.04 45.04 22.15 -
YUV 175.95 92.48 139.45 -
System Red Green Blue C M Y K H S L
Decimal 192 180 113 0 0.06 0.41 0.25 50.89 0.39 0.6
Hex C0 B4 71 0 6 29 19 33 27 3C
Octal 300 264 161 0 6 51 31 63 47 74
Binary 11000000 10110100 1110001 0 110 101001 11001 110011 100111 111100

Color Harmonies of #C0B471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B471

Black with #C0B471

Text Example


Text Example

White with #C0B471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B471; }

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

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

background-color css

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

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

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

border-color css

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

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

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