Html Css Color HEX #C3BA60 Dark Khaki

📋 copy color: '#C3BA60'

red 195 ◦ green 186 ◦ blue 96

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

Shades of Dark Khaki #C3BA60

Tints of Dark Khaki #C3BA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.13%

R = 40.88%
G = 38.99%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3BA60 (or 0xC3BA60) is known color: Dark Khaki. HEX triplet: C3, BA and 60. RGB value is (195,186,96). Sum of RGB (Red+Green+Blue) = 195+186+96=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA60 is #3C459F. Grayscale: #B2B2B2. Windows color (decimal): -3949984 or 6339267. OLE color: 6339267.

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

Color convert

RGB 195 186 96 -
CMYK 0 0.05 0.51 0.24
HSL 54.55º 0.45% 0.57% -
HSV(B) 54.55º 0.51% 0.76% -
XYZ 42.18 47.56 18.02 -
YUV 178.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 195 186 96 0 0.05 0.51 0.24 54.55 0.45 0.57
Hex C3 BA 60 0 5 33 18 37 2D 39
Octal 303 272 140 0 5 63 30 67 55 71
Binary 11000011 10111010 1100000 0 101 110011 11000 110111 101101 111001

Color Harmonies of #C3BA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA60

Black with #C3BA60

Text Example


Text Example

White with #C3BA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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