#C3B451

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

Shades of Sundance #C3B451

Tints of Sundance #C3B451

Color information

#C3B451 (or 0xC3B451) is unknown color: approx Sundance. HEX triplet: C3, B4 and 51. RGB value is (195,180,81). Sum of RGB (Red+Green+Blue) = 195+180+81=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 81 (32.03% from 255 or 17.76% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B451 is #3C4BAE. Grayscale: #ADADAD. Windows color (decimal): -3951535 or 5354691. OLE color: 5354691.

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

Color convert

RGB19518081-
CMYK00.080.580.24
HSL52.11º48.72%54.12%-
HSV(B)52.11º58.46%76.47%-
XYZ40.3144.8414.31-
YUV173.275.97143.55-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.76%
GREEN value IS 180 (70.70% from 255) = 39.47%
BLUE value IS 81 (32.03% from 255) = 17.76%
R=42.76%
G=39.47%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951808100.080.580.2452.1148.7254.12
HexC3B451083A18343136
Octal3032641210107230646166
Binary110000111011010010100010100011101011000110100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B451; }

 p { color: rgb(195,180,81); }

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

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

 a { background-color: rgb(195,180,81); }

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

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

 span { border-color: rgb(195,180,81); }

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