#C8BA4E

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

Shades of Sundance #C8BA4E

Tints of Sundance #C8BA4E

Color information

#C8BA4E (or 0xC8BA4E) is unknown color: approx Sundance. HEX triplet: C8, BA and 4E. RGB value is (200,186,78). Sum of RGB (Red+Green+Blue) = 200+186+78=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 78 (30.86% from 255 or 16.81% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BA4E is #3745B1. Grayscale: #B2B2B2. Windows color (decimal): -3622322 or 5159624. OLE color: 5159624.

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

Color convert

RGB20018678-
CMYK00.070.610.22
HSL53.11º52.59%54.51%-
HSV(B)53.11º61%78.43%-
XYZ42.7547.9514.21-
YUV177.8771.64143.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.10%
GREEN value IS 186 (73.05% from 255) = 40.09%
BLUE value IS 78 (30.86% from 255) = 16.81%
R=43.10%
G=40.09%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001867800.070.610.2253.1152.5954.51
HexC8BA4E073D16353537
Octal310272116077526656567
Binary11001000101110101001110011111110110110110101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BA4E; }

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

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

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

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

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

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

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

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