Html Css Color HEX #C0B071 Dark Khaki

📋 copy color: '#C0B071'

red 192 ◦ green 176 ◦ blue 113

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

Shades of Dark Khaki #C0B071

Tints of Dark Khaki #C0B071

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.59%

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

R = 39.92%
G = 36.59%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C0B071 (or 0xC0B071) is known color: Dark Khaki. HEX triplet: C0, B0 and 71. RGB value is (192,176,113). Sum of RGB (Red+Green+Blue) = 192+176+113=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B071 is #3F4F8E. Grayscale: #ADADAD. Windows color (decimal): -4149135 or 7450816. OLE color: 7450816.

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

Color convert

RGB 192 176 113 -
CMYK 0 0.08 0.41 0.25
HSL 47.85º 0.39% 0.6% -
HSV(B) 47.85º 0.41% 0.75% -
XYZ 40.24 43.45 21.89 -
YUV 173.6 93.8 141.12 -
System Red Green Blue C M Y K H S L
Decimal 192 176 113 0 0.08 0.41 0.25 47.85 0.39 0.6
Hex C0 B0 71 0 8 29 19 30 27 3C
Octal 300 260 161 0 10 51 31 60 47 74
Binary 11000000 10110000 1110001 0 1000 101001 11001 110000 100111 111100

Color Harmonies of #C0B071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B071

Black with #C0B071

Text Example


Text Example

White with #C0B071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B071; }

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

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

background-color css

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

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

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

border-color css

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

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

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