Html Css Color HEX #C1B874 Dark Khaki

📋 copy color: '#C1B874'

red 193 ◦ green 184 ◦ blue 116

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

Shades of Dark Khaki #C1B874

Tints of Dark Khaki #C1B874

RGB

 RED value IS 193 (75.78% from 255) = 39.15%

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

 BLUE value IS 116 (45.7% from 255) = 23.53%

R = 39.15%
G = 37.32%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C1B874 (or 0xC1B874) is known color: Dark Khaki. HEX triplet: C1, B8 and 74. RGB value is (193,184,116). Sum of RGB (Red+Green+Blue) = 193+184+116=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B874 is #3E478B. Grayscale: #B3B3B3. Windows color (decimal): -4081548 or 7649473. OLE color: 7649473.

HSL color Cylindrical-coordinate representation of color #C1B874: hue angle of 52.99º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C1B874 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 184 116 -
CMYK 0 0.05 0.40 0.24
HSL 52.99º 0.38% 0.61% -
HSV(B) 52.99º 0.4% 0.76% -
XYZ 42.29 46.88 23.34 -
YUV 178.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 193 184 116 0 0.05 0.40 0.24 52.99 0.38 0.61
Hex C1 B8 74 0 5 28 18 35 26 3D
Octal 301 270 164 0 5 50 30 65 46 75
Binary 11000001 10111000 1110100 0 101 101000 11000 110101 100110 111101

Color Harmonies of #C1B874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B874

Black with #C1B874

Text Example


Text Example

White with #C1B874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B874; }

 p { color: rgb(193,184,116); }

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

background-color css

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

 a { background-color: rgb(193,184,116); }

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

border-color css

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

 span { border-color: rgb(193,184,116); }

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