#C4B455

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

Shades of Sundance #C4B455

Tints of Sundance #C4B455

Color information

#C4B455 (or 0xC4B455) is unknown color: approx Sundance. HEX triplet: C4, B4 and 55. RGB value is (196,180,85). Sum of RGB (Red+Green+Blue) = 196+180+85=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B455 is #3B4BAA. Grayscale: #AEAEAE. Windows color (decimal): -3885995 or 5616836. OLE color: 5616836.

HSL color Cylindrical-coordinate representation of color #C4B455: hue angle of 51.35º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4B455 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB19618085-
CMYK00.080.570.23
HSL51.35º48.47%55.1%-
HSV(B)51.35º56.63%76.86%-
XYZ40.7345.0315.14-
YUV173.9577.8143.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.52%
GREEN value IS 180 (70.70% from 255) = 39.05%
BLUE value IS 85 (33.59% from 255) = 18.44%
R=42.52%
G=39.05%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961808500.080.570.2351.3548.4755.1
HexC4B455083917333037
Octal3042641250107127636067
Binary110001001011010010101010100011100110111110011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B455; }

 p { color: rgb(196,180,85); }

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

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

 a { background-color: rgb(196,180,85); }

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

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

 span { border-color: rgb(196,180,85); }

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