Html Css Color HEX #C5B467 Dark Khaki

📋 copy color: '#C5B467'

red 197 ◦ green 180 ◦ blue 103

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

Shades of Dark Khaki #C5B467

Tints of Dark Khaki #C5B467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.46%

R = 41.04%
G = 37.5%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C5B467 (or 0xC5B467) is known color: Dark Khaki. HEX triplet: C5, B4 and 67. RGB value is (197,180,103). Sum of RGB (Red+Green+Blue) = 197+180+103=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B467 is #3A4B98. Grayscale: #B0B0B0. Windows color (decimal): -3820441 or 6796485. OLE color: 6796485.

HSL color Cylindrical-coordinate representation of color #C5B467: hue angle of 49.15º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5B467 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 180 103 -
CMYK 0 0.09 0.48 0.23
HSL 49.15º 0.45% 0.59% -
HSV(B) 49.15º 0.48% 0.77% -
XYZ 41.8 45.49 19.41 -
YUV 176.31 86.63 142.76 -
System Red Green Blue C M Y K H S L
Decimal 197 180 103 0 0.09 0.48 0.23 49.15 0.45 0.59
Hex C5 B4 67 0 9 30 17 31 2D 3B
Octal 305 264 147 0 11 60 27 61 55 73
Binary 11000101 10110100 1100111 0 1001 110000 10111 110001 101101 111011

Color Harmonies of #C5B467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B467

Black with #C5B467

Text Example


Text Example

White with #C5B467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B467; }

 p { color: rgb(197,180,103); }

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

background-color css

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

 a { background-color: rgb(197,180,103); }

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

border-color css

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

 span { border-color: rgb(197,180,103); }

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