#C2B455

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

Shades of Sundance #C2B455

Tints of Sundance #C2B455

Color information

#C2B455 (or 0xC2B455) is unknown color: approx Sundance. HEX triplet: C2, B4 and 55. RGB value is (194,180,85). Sum of RGB (Red+Green+Blue) = 194+180+85=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B455 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B455 is #3D4BAA. Grayscale: #ADADAD. Windows color (decimal): -4017067 or 5616834. OLE color: 5616834.

HSL color Cylindrical-coordinate representation of color #C2B455: hue angle of 52.29º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2B455 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB19418085-
CMYK00.070.560.24
HSL52.29º47.19%54.71%-
HSV(B)52.29º56.19%76.08%-
XYZ40.2144.7715.12-
YUV173.3678.14142.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.27%
GREEN value IS 180 (70.70% from 255) = 39.22%
BLUE value IS 85 (33.59% from 255) = 18.52%
R=42.27%
G=39.22%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941808500.070.560.2452.2947.1954.71
HexC2B455073818342f37
Octal302264125077030645767
Binary11000010101101001010101011111100011000110100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B455; }

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

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

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

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

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

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

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

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