Html Css Color HEX #C1BA65 Dark Khaki

📋 copy color: '#C1BA65'

red 193 ◦ green 186 ◦ blue 101

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

Shades of Dark Khaki #C1BA65

Tints of Dark Khaki #C1BA65

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.75%

 BLUE value IS 101 (39.84% from 255) = 21.04%

R = 40.21%
G = 38.75%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C1BA65 (or 0xC1BA65) is known color: Dark Khaki. HEX triplet: C1, BA and 65. RGB value is (193,186,101). Sum of RGB (Red+Green+Blue) = 193+186+101=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BA65 is #3E459A. Grayscale: #B2B2B2. Windows color (decimal): -4081051 or 6666945. OLE color: 6666945.

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

Color convert

RGB 193 186 101 -
CMYK 0 0.04 0.48 0.24
HSL 55.43º 0.43% 0.58% -
HSV(B) 55.43º 0.48% 0.76% -
XYZ 41.9 47.39 19.25 -
YUV 178.4 84.32 138.41 -
System Red Green Blue C M Y K H S L
Decimal 193 186 101 0 0.04 0.48 0.24 55.43 0.43 0.58
Hex C1 BA 65 0 4 30 18 37 2B 3A
Octal 301 272 145 0 4 60 30 67 53 72
Binary 11000001 10111010 1100101 0 100 110000 11000 110111 101011 111010

Color Harmonies of #C1BA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BA65

Black with #C1BA65

Text Example


Text Example

White with #C1BA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BA65; }

 p { color: rgb(193,186,101); }

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

background-color css

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

 a { background-color: rgb(193,186,101); }

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

border-color css

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

 span { border-color: rgb(193,186,101); }

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