#C8BA4C

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

Shades of Sundance #C8BA4C

Tints of Sundance #C8BA4C

Color information

#C8BA4C (or 0xC8BA4C) is unknown color: approx Sundance. HEX triplet: C8, BA and 4C. RGB value is (200,186,76). Sum of RGB (Red+Green+Blue) = 200+186+76=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 76 (30.08% from 255 or 16.45% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA4C is #3745B3. Grayscale: #B2B2B2. Windows color (decimal): -3622324 or 5028552. OLE color: 5028552.

HSL color Cylindrical-coordinate representation of color #C8BA4C: hue angle of 53.23º 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 #C8BA4C is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB20018676-
CMYK00.070.620.22
HSL53.23º52.99%54.12%-
HSV(B)53.23º62%78.43%-
XYZ42.6847.9213.84-
YUV177.6570.64143.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.29%
GREEN value IS 186 (73.05% from 255) = 40.26%
BLUE value IS 76 (30.08% from 255) = 16.45%
R=43.29%
G=40.26%
B=16.45%

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
Decimal2001867600.070.620.2253.2352.9954.12
HexC8BA4C073E16353536
Octal310272114077626656566
Binary11001000101110101001100011111111010110110101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BA4C; }

 p { color: rgb(200,186,76); }

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

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

 a { background-color: rgb(200,186,76); }

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

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

 span { border-color: rgb(200,186,76); }

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