#C3BA4E

Color #C3BA4E Sundance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundance #C3BA4E

Tints of Sundance #C3BA4E

Color information

#C3BA4E (or 0xC3BA4E) is unknown color: approx Sundance. HEX triplet: C3, BA and 4E. RGB value is (195,186,78). Sum of RGB (Red+Green+Blue) = 195+186+78=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 78 (30.86% from 255 or 16.99% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA4E is #3C45B1. Grayscale: #B0B0B0. Windows color (decimal): -3950002 or 5159619. OLE color: 5159619.

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

Color convert

RGB19518678-
CMYK00.050.60.24
HSL55.38º49.37%53.53%-
HSV(B)55.38º60%76.47%-
XYZ41.4447.2714.15-
YUV176.3872.48141.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.48%
GREEN value IS 186 (73.05% from 255) = 40.52%
BLUE value IS 78 (30.86% from 255) = 16.99%
R=42.48%
G=40.52%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951867800.050.60.2455.3849.3753.53
HexC3BA4E053C18373136
Octal303272116057430676166
Binary11000011101110101001110010111110011000110111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BA4E; }

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

 H1.HeaderClassName
 {
   color: #C3BA4E;
 }
 .AnyTagClassName
 {
   color: #C3BA4E;
 }
</style>
background-color css

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

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

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

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

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

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