#C9B453

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

Shades of Sundance #C9B453

Tints of Sundance #C9B453

Color information

#C9B453 (or 0xC9B453) is unknown color: approx Sundance. HEX triplet: C9, B4 and 53. RGB value is (201,180,83). Sum of RGB (Red+Green+Blue) = 201+180+83=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9B453 is #364BAC. Grayscale: #AFAFAF. Windows color (decimal): -3558317 or 5485769. OLE color: 5485769.

HSL color Cylindrical-coordinate representation of color #C9B453: hue angle of 49.32º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9B453 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB20118083-
CMYK00.100.590.21
HSL49.32º52.21%55.69%-
HSV(B)49.32º58.71%78.82%-
XYZ41.9745.6814.79-
YUV175.2275.96146.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.32%
GREEN value IS 180 (70.70% from 255) = 38.79%
BLUE value IS 83 (32.81% from 255) = 17.89%
R=43.32%
G=38.79%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011808300.100.590.2149.3252.2155.69
HexC9B4530A3B15313438
Octal3112641230127325616470
Binary110010011011010010100110101011101110101110001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B453; }

 p { color: rgb(201,180,83); }

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

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

 a { background-color: rgb(201,180,83); }

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

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

 span { border-color: rgb(201,180,83); }

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