#C3B04E

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

Shades of Sundance #C3B04E

Tints of Sundance #C3B04E

Color information

#C3B04E (or 0xC3B04E) is unknown color: approx Sundance. HEX triplet: C3, B0 and 4E. RGB value is (195,176,78). Sum of RGB (Red+Green+Blue) = 195+176+78=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B04E is #3C4FB1. Grayscale: #AAAAAA. Windows color (decimal): -3952562 or 5157059. OLE color: 5157059.

HSL color Cylindrical-coordinate representation of color #C3B04E: hue angle of 50.26º 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 #C3B04E is Cyan = 0, Magento = 0.10, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB19517678-
CMYK00.100.60.24
HSL50.26º49.37%53.53%-
HSV(B)50.26º60%76.47%-
XYZ39.4143.213.47-
YUV170.5175.79145.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.43%
GREEN value IS 176 (69.14% from 255) = 39.20%
BLUE value IS 78 (30.86% from 255) = 17.37%
R=43.43%
G=39.20%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951767800.100.60.2450.2649.3753.53
HexC3B04E0A3C18323136
Octal3032601160127430626166
Binary110000111011000010011100101011110011000110010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B04E; }

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

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

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

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

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

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

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

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