#C8B252

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

Shades of Sundance #C8B252

Tints of Sundance #C8B252

Color information

#C8B252 (or 0xC8B252) is unknown color: approx Sundance. HEX triplet: C8, B2 and 52. RGB value is (200,178,82). Sum of RGB (Red+Green+Blue) = 200+178+82=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B252 is #374DAD. Grayscale: #AEAEAE. Windows color (decimal): -3624366 or 5419720. OLE color: 5419720.

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

Color convert

RGB20017882-
CMYK00.110.590.22
HSL48.81º51.75%55.29%-
HSV(B)48.81º59%78.43%-
XYZ41.2644.7314.44-
YUV173.6376.29146.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.48%
GREEN value IS 178 (69.92% from 255) = 38.70%
BLUE value IS 82 (32.42% from 255) = 17.83%
R=43.48%
G=38.70%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001788200.110.590.2248.8151.7555.29
HexC8B2520B3B16313437
Octal3102621220137326616467
Binary110010001011001010100100101111101110110110001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B252; }

 p { color: rgb(200,178,82); }

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

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

 a { background-color: rgb(200,178,82); }

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

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

 span { border-color: rgb(200,178,82); }

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