#C3B650

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

Shades of Sundance #C3B650

Tints of Sundance #C3B650

Color information

#C3B650 (or 0xC3B650) is unknown color: approx Sundance. HEX triplet: C3, B6 and 50. RGB value is (195,182,80). Sum of RGB (Red+Green+Blue) = 195+182+80=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B650 is #3C49AF. Grayscale: #AEAEAE. Windows color (decimal): -3951024 or 5289667. OLE color: 5289667.

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

Color convert

RGB19518280-
CMYK00.070.590.24
HSL53.22º48.94%53.92%-
HSV(B)53.22º58.97%76.47%-
XYZ40.6845.6414.25-
YUV174.2674.81142.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.67%
GREEN value IS 182 (71.48% from 255) = 39.82%
BLUE value IS 80 (31.64% from 255) = 17.51%
R=42.67%
G=39.82%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951828000.070.590.2453.2248.9453.92
HexC3B650073B18353136
Octal303266120077330656166
Binary11000011101101101010000011111101111000110101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B650; }

 p { color: rgb(195,182,80); }

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

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

 a { background-color: rgb(195,182,80); }

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

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

 span { border-color: rgb(195,182,80); }

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