#C8B151

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

Shades of Sundance #C8B151

Tints of Sundance #C8B151

Color information

#C8B151 (or 0xC8B151) is unknown color: approx Sundance. HEX triplet: C8, B1 and 51. RGB value is (200,177,81). Sum of RGB (Red+Green+Blue) = 200+177+81=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 81 (32.03% from 255 or 17.69% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B151 is #374EAE. Grayscale: #ADADAD. Windows color (decimal): -3624623 or 5353928. OLE color: 5353928.

HSL color Cylindrical-coordinate representation of color #C8B151: hue angle of 48.4º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8B151 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB20017781-
CMYK00.120.590.22
HSL48.4º51.97%55.1%-
HSV(B)48.4º59.5%78.43%-
XYZ41.0344.3214.18-
YUV172.9376.12147.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.67%
GREEN value IS 177 (69.53% from 255) = 38.65%
BLUE value IS 81 (32.03% from 255) = 17.69%
R=43.67%
G=38.65%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001778100.120.590.2248.451.9755.1
HexC8B1510C3B16303437
Octal3102611210147326606467
Binary110010001011000110100010110011101110110110000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B151; }

 p { color: rgb(200,177,81); }

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

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

 a { background-color: rgb(200,177,81); }

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

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

 span { border-color: rgb(200,177,81); }

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