#C0B451

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

Shades of Sundance #C0B451

Tints of Sundance #C0B451

Color information

#C0B451 (or 0xC0B451) is unknown color: approx Sundance. HEX triplet: C0, B4 and 51. RGB value is (192,180,81). Sum of RGB (Red+Green+Blue) = 192+180+81=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B451 is #3F4BAE. Grayscale: #ACACAC. Windows color (decimal): -4148143 or 5354688. OLE color: 5354688.

HSL color Cylindrical-coordinate representation of color #C0B451: hue angle of 53.51º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0B451 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB19218081-
CMYK00.060.580.25
HSL53.51º46.84%53.53%-
HSV(B)53.51º57.81%75.29%-
XYZ39.5444.4414.28-
YUV172.376.48142.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.38%
GREEN value IS 180 (70.70% from 255) = 39.74%
BLUE value IS 81 (32.03% from 255) = 17.88%
R=42.38%
G=39.74%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921808100.060.580.2553.5146.8453.53
HexC0B451063A19362f36
Octal300264121067231665766
Binary11000000101101001010001011011101011001110110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B451; }

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

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

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

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

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

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

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

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