#CC524F

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

Shades of Valencia #CC524F

Tints of Valencia #CC524F

Color information

#CC524F (or 0xCC524F) is unknown color: approx Valencia. HEX triplet: CC, 52 and 4F. RGB value is (204,82,79). Sum of RGB (Red+Green+Blue) = 204+82+79=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC524F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC524F is #33ADB0. Grayscale: #767676. Windows color (decimal): -3386801 or 5198540. OLE color: 5198540.

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

Color convert

RGB2048279-
CMYK00.600.610.2
HSL1.44º55.07%55.49%-
HSV(B)1.44º61.27%80%-
XYZ29.3319.449.6-
YUV118.14105.92189.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.89%
GREEN value IS 82 (32.42% from 255) = 22.47%
BLUE value IS 79 (31.25% from 255) = 21.64%
R=55.89%
G=22.47%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204827900.600.610.21.4455.0755.49
HexCC524F03C3D1413737
Octal314122117074752416767
Binary11001100101001010011110111100111101101001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC524F; }

 p { color: rgb(204,82,79); }

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

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

 a { background-color: rgb(204,82,79); }

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

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

 span { border-color: rgb(204,82,79); }

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