Html Css Color HEX #C3BA6F Dark Khaki

📋 copy color: '#C3BA6F'

red 195 ◦ green 186 ◦ blue 111

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

Shades of Dark Khaki #C3BA6F

Tints of Dark Khaki #C3BA6F

RGB

 RED value IS 195 (76.56% from 255) = 39.63%

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

 BLUE value IS 111 (43.75% from 255) = 22.56%

R = 39.63%
G = 37.8%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3BA6F (or 0xC3BA6F) is known color: Dark Khaki. HEX triplet: C3, BA and 6F. RGB value is (195,186,111). Sum of RGB (Red+Green+Blue) = 195+186+111=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA6F is #3C4590. Grayscale: #B4B4B4. Windows color (decimal): -3949969 or 7322307. OLE color: 7322307.

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

Color convert

RGB 195 186 111 -
CMYK 0 0.05 0.43 0.24
HSL 53.57º 0.41% 0.6% -
HSV(B) 53.57º 0.43% 0.76% -
XYZ 42.93 47.87 22.02 -
YUV 180.14 88.98 138.6 -
System Red Green Blue C M Y K H S L
Decimal 195 186 111 0 0.05 0.43 0.24 53.57 0.41 0.6
Hex C3 BA 6F 0 5 2B 18 36 29 3C
Octal 303 272 157 0 5 53 30 66 51 74
Binary 11000011 10111010 1101111 0 101 101011 11000 110110 101001 111100

Color Harmonies of #C3BA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA6F

Black with #C3BA6F

Text Example


Text Example

White with #C3BA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA6F; }

 p { color: rgb(195,186,111); }

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

background-color css

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

 a { background-color: rgb(195,186,111); }

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

border-color css

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

 span { border-color: rgb(195,186,111); }

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