#CCB255

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

Shades of Sundance #CCB255

Tints of Sundance #CCB255

Color information

#CCB255 (or 0xCCB255) is unknown color: approx Sundance. HEX triplet: CC, B2 and 55. RGB value is (204,178,85). Sum of RGB (Red+Green+Blue) = 204+178+85=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB255 is #334DAA. Grayscale: #AFAFAF. Windows color (decimal): -3362219 or 5616332. OLE color: 5616332.

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

Color convert

RGB20417885-
CMYK00.130.580.2
HSL46.89º53.85%56.67%-
HSV(B)46.89º58.33%80%-
XYZ42.4645.3315.11-
YUV175.1777.11148.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.68%
GREEN value IS 178 (69.92% from 255) = 38.12%
BLUE value IS 85 (33.59% from 255) = 18.20%
R=43.68%
G=38.12%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041788500.130.580.246.8953.8556.67
HexCCB2550D3A142f3639
Octal3142621250157224576671
Binary110011001011001010101010110111101010100101111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB255; }

 p { color: rgb(204,178,85); }

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

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

 a { background-color: rgb(204,178,85); }

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

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

 span { border-color: rgb(204,178,85); }

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