Html Css Color HEX #C1B970 Dark Khaki

📋 copy color: '#C1B970'

red 193 ◦ green 185 ◦ blue 112

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

Shades of Dark Khaki #C1B970

Tints of Dark Khaki #C1B970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.76%

 BLUE value IS 112 (44.14% from 255) = 22.86%

R = 39.39%
G = 37.76%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C1B970 (or 0xC1B970) is known color: Dark Khaki. HEX triplet: C1, B9 and 70. RGB value is (193,185,112). Sum of RGB (Red+Green+Blue) = 193+185+112=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B970 is #3E468F. Grayscale: #B3B3B3. Windows color (decimal): -4081296 or 7387585. OLE color: 7387585.

HSL color Cylindrical-coordinate representation of color #C1B970: hue angle of 54.07º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1B970 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 185 112 -
CMYK 0 0.04 0.42 0.24
HSL 54.07º 0.4% 0.6% -
HSV(B) 54.07º 0.42% 0.76% -
XYZ 42.27 47.21 22.21 -
YUV 179.07 90.15 137.94 -
System Red Green Blue C M Y K H S L
Decimal 193 185 112 0 0.04 0.42 0.24 54.07 0.4 0.6
Hex C1 B9 70 0 4 2A 18 36 28 3C
Octal 301 271 160 0 4 52 30 66 50 74
Binary 11000001 10111001 1110000 0 100 101010 11000 110110 101000 111100

Color Harmonies of #C1B970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B970

Black with #C1B970

Text Example


Text Example

White with #C1B970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B970; }

 p { color: rgb(193,185,112); }

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

background-color css

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

 a { background-color: rgb(193,185,112); }

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

border-color css

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

 span { border-color: rgb(193,185,112); }

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