#C7BA4B

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

Shades of Sundance #C7BA4B

Tints of Sundance #C7BA4B

Color information

#C7BA4B (or 0xC7BA4B) is unknown color: approx Sundance. HEX triplet: C7, BA and 4B. RGB value is (199,186,75). Sum of RGB (Red+Green+Blue) = 199+186+75=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BA4B is #3845B4. Grayscale: #B1B1B1. Windows color (decimal): -3687861 or 4963015. OLE color: 4963015.

HSL color Cylindrical-coordinate representation of color #C7BA4B: hue angle of 53.71º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7BA4B is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB19918675-
CMYK00.070.620.22
HSL53.71º52.54%53.73%-
HSV(B)53.71º62.31%78.04%-
XYZ42.3847.7713.64-
YUV177.2370.31143.53-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.26%
GREEN value IS 186 (73.05% from 255) = 40.43%
BLUE value IS 75 (29.69% from 255) = 16.30%
R=43.26%
G=40.43%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991867500.070.620.2253.7152.5453.73
HexC7BA4B073E16363536
Octal307272113077626666566
Binary11000111101110101001011011111111010110110110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BA4B; }

 p { color: rgb(199,186,75); }

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

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

 a { background-color: rgb(199,186,75); }

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

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

 span { border-color: rgb(199,186,75); }

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