#CC4643

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

Shades of Sunset #CC4643

Tints of Sunset #CC4643

Color information

#CC4643 (or 0xCC4643) is unknown color: approx Sunset. HEX triplet: CC, 46 and 43. RGB value is (204,70,67). Sum of RGB (Red+Green+Blue) = 204+70+67=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4643 is #33B9BC. Grayscale: #6D6D6D. Windows color (decimal): -3389885 or 4409036. OLE color: 4409036.

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

Color convert

RGB2047067-
CMYK00.660.670.2
HSL1.31º57.32%53.14%-
HSV(B)1.31º67.16%80%-
XYZ28.1117.627.23-
YUV109.72103.89195.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.82%
GREEN value IS 70 (27.73% from 255) = 20.53%
BLUE value IS 67 (26.56% from 255) = 19.65%
R=59.82%
G=20.53%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204706700.660.670.21.3157.3253.14
HexCC4643042431413935
Octal31410610301021032417165
Binary1100110010001101000011010000101000011101001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4643; }

 p { color: rgb(204,70,67); }

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

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

 a { background-color: rgb(204,70,67); }

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

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

 span { border-color: rgb(204,70,67); }

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