#CC504A

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

Shades of Valencia #CC504A

Tints of Valencia #CC504A

Color information

#CC504A (or 0xCC504A) is unknown color: approx Valencia. HEX triplet: CC, 50 and 4A. RGB value is (204,80,74). Sum of RGB (Red+Green+Blue) = 204+80+74=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC504A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC504A is #33AFB5. Grayscale: #747474. Windows color (decimal): -3387318 or 4870348. OLE color: 4870348.

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

Color convert

RGB2048074-
CMYK00.610.640.2
HSL2.77º56.03%54.51%-
HSV(B)2.77º63.73%80%-
XYZ29.0119.078.63-
YUV116.39104.08190.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.98%
GREEN value IS 80 (31.64% from 255) = 22.35%
BLUE value IS 74 (29.30% from 255) = 20.67%
R=56.98%
G=22.35%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204807400.610.640.22.7756.0354.51
HexCC504A03D401433837
Octal3141201120751002437067
Binary1100110010100001001010011110110000001010011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC504A; }

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

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

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

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

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

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

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

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