Html Css Color HEX #C5B873 Dark Khaki

📋 copy color: '#C5B873'

red 197 ◦ green 184 ◦ blue 115

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

Shades of Dark Khaki #C5B873

Tints of Dark Khaki #C5B873

RGB

 RED value IS 197 (77.34% from 255) = 39.72%

 GREEN value IS 184 (72.27% from 255) = 37.1%

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

R = 39.72%
G = 37.1%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C5B873 (or 0xC5B873) is known color: Dark Khaki. HEX triplet: C5, B8 and 73. RGB value is (197,184,115). Sum of RGB (Red+Green+Blue) = 197+184+115=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B873 is #3A478C. Grayscale: #B4B4B4. Windows color (decimal): -3819405 or 7583941. OLE color: 7583941.

HSL color Cylindrical-coordinate representation of color #C5B873: hue angle of 50.49º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5B873 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 184 115 -
CMYK 0 0.07 0.42 0.23
HSL 50.49º 0.41% 0.61% -
HSV(B) 50.49º 0.42% 0.77% -
XYZ 43.26 47.39 23.09 -
YUV 180.02 91.31 140.11 -
System Red Green Blue C M Y K H S L
Decimal 197 184 115 0 0.07 0.42 0.23 50.49 0.41 0.61
Hex C5 B8 73 0 7 2A 17 32 29 3D
Octal 305 270 163 0 7 52 27 62 51 75
Binary 11000101 10111000 1110011 0 111 101010 10111 110010 101001 111101

Color Harmonies of #C5B873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B873

Black with #C5B873

Text Example


Text Example

White with #C5B873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B873; }

 p { color: rgb(197,184,115); }

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

background-color css

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

 a { background-color: rgb(197,184,115); }

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

border-color css

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

 span { border-color: rgb(197,184,115); }

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