#CC5A4D

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

Shades of Valencia #CC5A4D

Tints of Valencia #CC5A4D

Color information

#CC5A4D (or 0xCC5A4D) is unknown color: approx Valencia. HEX triplet: CC, 5A and 4D. RGB value is (204,90,77). Sum of RGB (Red+Green+Blue) = 204+90+77=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A4D is #33A5B2. Grayscale: #7A7A7A. Windows color (decimal): -3384755 or 5069516. OLE color: 5069516.

HSL color Cylindrical-coordinate representation of color #CC5A4D: hue angle of 6.14º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC5A4D is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB2049077-
CMYK00.560.620.2
HSL6.14º55.46%55.1%-
HSV(B)6.14º62.25%80%-
XYZ29.920.699.44-
YUV122.6102.27186.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.99%
GREEN value IS 90 (35.55% from 255) = 24.26%
BLUE value IS 77 (30.47% from 255) = 20.75%
R=54.99%
G=24.26%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204907700.560.620.26.1455.4655.1
HexCC5A4D0383E1463737
Octal314132115070762466767
Binary1100110010110101001101011100011111010100110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5A4D; }

 p { color: rgb(204,90,77); }

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

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

 a { background-color: rgb(204,90,77); }

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

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

 span { border-color: rgb(204,90,77); }

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