#CEB152

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

Shades of Sundance #CEB152

Tints of Sundance #CEB152

Color information

#CEB152 (or 0xCEB152) is unknown color: approx Sundance. HEX triplet: CE, B1 and 52. RGB value is (206,177,82). Sum of RGB (Red+Green+Blue) = 206+177+82=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB152 is #314EAD. Grayscale: #AFAFAF. Windows color (decimal): -3231406 or 5419470. OLE color: 5419470.

HSL color Cylindrical-coordinate representation of color #CEB152: hue angle of 45.97º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEB152 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB20617782-
CMYK00.140.600.19
HSL45.97º55.86%56.47%-
HSV(B)45.97º60.19%80.78%-
XYZ42.745.1814.45-
YUV174.8475.61150.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.30%
GREEN value IS 177 (69.53% from 255) = 38.06%
BLUE value IS 82 (32.42% from 255) = 17.63%
R=44.30%
G=38.06%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061778200.140.600.1945.9755.8656.47
HexCEB1520E3C132e3838
Octal3162611220167423567070
Binary110011101011000110100100111011110010011101110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB152; }

 p { color: rgb(206,177,82); }

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

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

 a { background-color: rgb(206,177,82); }

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

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

 span { border-color: rgb(206,177,82); }

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