Html Css Color HEX #C3BA73 Dark Khaki

📋 copy color: '#C3BA73'

red 195 ◦ green 186 ◦ blue 115

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

Shades of Dark Khaki #C3BA73

Tints of Dark Khaki #C3BA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.19%

R = 39.31%
G = 37.5%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C3BA73 (or 0xC3BA73) is known color: Dark Khaki. HEX triplet: C3, BA and 73. RGB value is (195,186,115). Sum of RGB (Red+Green+Blue) = 195+186+115=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 115 (45.31% from 255 or 23.19% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA73 is #3C458C. Grayscale: #B4B4B4. Windows color (decimal): -3949965 or 7584451. OLE color: 7584451.

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

Color convert

RGB 195 186 115 -
CMYK 0 0.05 0.41 0.24
HSL 53.25º 0.4% 0.61% -
HSV(B) 53.25º 0.41% 0.76% -
XYZ 43.16 47.96 23.2 -
YUV 180.6 90.98 138.27 -
System Red Green Blue C M Y K H S L
Decimal 195 186 115 0 0.05 0.41 0.24 53.25 0.4 0.61
Hex C3 BA 73 0 5 29 18 35 28 3D
Octal 303 272 163 0 5 51 30 65 50 75
Binary 11000011 10111010 1110011 0 101 101001 11000 110101 101000 111101

Color Harmonies of #C3BA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA73

Black with #C3BA73

Text Example


Text Example

White with #C3BA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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