#CC5651

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

Shades of Valencia #CC5651

Tints of Valencia #CC5651

Color information

#CC5651 (or 0xCC5651) is unknown color: approx Valencia. HEX triplet: CC, 56 and 51. RGB value is (204,86,81). Sum of RGB (Red+Green+Blue) = 204+86+81=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5651 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5651 is #33A9AE. Grayscale: #787878. Windows color (decimal): -3385775 or 5330636. OLE color: 5330636.

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

Color convert

RGB2048681-
CMYK00.580.600.2
HSL2.44º54.67%55.88%-
HSV(B)2.44º60.29%80%-
XYZ29.7120.0910.1-
YUV120.71105.59187.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.99%
GREEN value IS 86 (33.98% from 255) = 23.18%
BLUE value IS 81 (32.03% from 255) = 21.83%
R=54.99%
G=23.18%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204868100.580.600.22.4454.6755.88
HexCC565103A3C1423738
Octal314126121072742426770
Binary110011001010110101000101110101111001010010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5651; }

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

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

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

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

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

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

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

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