Html Css Color HEX #C3BA66 Dark Khaki

📋 copy color: '#C3BA66'

red 195 ◦ green 186 ◦ blue 102

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

Shades of Dark Khaki #C3BA66

Tints of Dark Khaki #C3BA66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.12%

R = 40.37%
G = 38.51%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C3BA66 (or 0xC3BA66) is known color: Dark Khaki. HEX triplet: C3, BA and 66. RGB value is (195,186,102). Sum of RGB (Red+Green+Blue) = 195+186+102=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA66 is #3C4599. Grayscale: #B3B3B3. Windows color (decimal): -3949978 or 6732483. OLE color: 6732483.

HSL color Cylindrical-coordinate representation of color #C3BA66: hue angle of 54.19º degrees, saturation: 0.44, 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 #C3BA66 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 186 102 -
CMYK 0 0.05 0.48 0.24
HSL 54.19º 0.44% 0.58% -
HSV(B) 54.19º 0.48% 0.76% -
XYZ 42.46 47.68 19.54 -
YUV 179.12 84.48 139.33 -
System Red Green Blue C M Y K H S L
Decimal 195 186 102 0 0.05 0.48 0.24 54.19 0.44 0.58
Hex C3 BA 66 0 5 30 18 36 2C 3A
Octal 303 272 146 0 5 60 30 66 54 72
Binary 11000011 10111010 1100110 0 101 110000 11000 110110 101100 111010

Color Harmonies of #C3BA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA66

Black with #C3BA66

Text Example


Text Example

White with #C3BA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA66; }

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

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

background-color css

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

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

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

border-color css

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

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

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