#CC6956

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

Shades of Sunglo #CC6956

Tints of Sunglo #CC6956

Color information

#CC6956 (or 0xCC6956) is unknown color: approx Sunglo. HEX triplet: CC, 69 and 56. RGB value is (204,105,86). Sum of RGB (Red+Green+Blue) = 204+105+86=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6956 is #3396A9. Grayscale: #848484. Windows color (decimal): -3380906 or 5663180. OLE color: 5663180.

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

Color convert

RGB20410586-
CMYK00.490.580.2
HSL9.66º53.64%56.86%-
HSV(B)9.66º57.84%80%-
XYZ31.6323.6111.69-
YUV132.44101.8179.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.65%
GREEN value IS 105 (41.41% from 255) = 26.58%
BLUE value IS 86 (33.98% from 255) = 21.77%
R=51.65%
G=26.58%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041058600.490.580.29.6653.6456.86
HexCC69560313A14a3639
Octal3141511260617224126671
Binary11001100110100110101100110001111010101001010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6956; }

 p { color: rgb(204,105,86); }

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

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

 a { background-color: rgb(204,105,86); }

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

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

 span { border-color: rgb(204,105,86); }

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