#CCB652

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

Shades of Sundance #CCB652

Tints of Sundance #CCB652

Color information

#CCB652 (or 0xCCB652) is unknown color: approx Sundance. HEX triplet: CC, B6 and 52. RGB value is (204,182,82). Sum of RGB (Red+Green+Blue) = 204+182+82=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 82 (32.42% from 255 or 17.52% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB652 is #3349AD. Grayscale: #B1B1B1. Windows color (decimal): -3361198 or 5420748. OLE color: 5420748.

HSL color Cylindrical-coordinate representation of color #CCB652: hue angle of 49.18º 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 #CCB652 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB20418282-
CMYK00.110.600.2
HSL49.18º54.46%56.08%-
HSV(B)49.18º59.8%80%-
XYZ43.1546.914.76-
YUV177.1874.29147.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.59%
GREEN value IS 182 (71.48% from 255) = 38.89%
BLUE value IS 82 (32.42% from 255) = 17.52%
R=43.59%
G=38.89%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041828200.110.600.249.1854.4656.08
HexCCB6520B3C14313638
Octal3142661220137424616670
Binary110011001011011010100100101111110010100110001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB652; }

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

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

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

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

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

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

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

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