#CC504C

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

Shades of Valencia #CC504C

Tints of Valencia #CC504C

Color information

#CC504C (or 0xCC504C) is unknown color: approx Valencia. HEX triplet: CC, 50 and 4C. RGB value is (204,80,76). Sum of RGB (Red+Green+Blue) = 204+80+76=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC504C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC504C is #33AFB3. Grayscale: #747474. Windows color (decimal): -3387316 or 5001420. OLE color: 5001420.

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

Color convert

RGB2048076-
CMYK00.610.630.2
HSL1.88º55.65%54.9%-
HSV(B)1.88º62.75%80%-
XYZ29.0819.18.99-
YUV116.62105.08190.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.67%
GREEN value IS 80 (31.64% from 255) = 22.22%
BLUE value IS 76 (30.08% from 255) = 21.11%
R=56.67%
G=22.22%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204807600.610.630.21.8855.6554.9
HexCC504C03D3F1423837
Octal314120114075772427067
Binary110011001010000100110001111011111111010010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC504C; }

 p { color: rgb(204,80,76); }

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

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

 a { background-color: rgb(204,80,76); }

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

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

 span { border-color: rgb(204,80,76); }

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