#CCB152

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

Shades of Sundance #CCB152

Tints of Sundance #CCB152

Color information

#CCB152 (or 0xCCB152) is unknown color: approx Sundance. HEX triplet: CC, B1 and 52. RGB value is (204,177,82). Sum of RGB (Red+Green+Blue) = 204+177+82=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB152 is #334EAD. Grayscale: #AEAEAE. Windows color (decimal): -3362478 or 5419468. OLE color: 5419468.

HSL color Cylindrical-coordinate representation of color #CCB152: hue angle of 46.72º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCB152 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB20417782-
CMYK00.130.600.2
HSL46.72º54.46%56.08%-
HSV(B)46.72º59.8%80%-
XYZ42.1544.8914.43-
YUV174.2475.95149.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.06%
GREEN value IS 177 (69.53% from 255) = 38.23%
BLUE value IS 82 (32.42% from 255) = 17.71%
R=44.06%
G=38.23%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041778200.130.600.246.7254.4656.08
HexCCB1520D3C142f3638
Octal3142611220157424576670
Binary110011001011000110100100110111110010100101111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB152; }

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

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

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

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

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

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

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

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