#CC4E4E

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

Shades of Valencia #CC4E4E

Tints of Valencia #CC4E4E

Color information

#CC4E4E (or 0xCC4E4E) is unknown color: approx Valencia. HEX triplet: CC, 4E and 4E. RGB value is (204,78,78). Sum of RGB (Red+Green+Blue) = 204+78+78=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4E4E is #33B1B1. Grayscale: #737373. Windows color (decimal): -3387826 or 5131980. OLE color: 5131980.

HSL color Cylindrical-coordinate representation of color #CC4E4E: hue angle of 0º 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 #CC4E4E is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB2047878-
CMYK00.620.620.2
HSL55.26%55.29%-
HSV(B)61.76%80%-
XYZ2918.849.31-
YUV115.67106.74191-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.67%
GREEN value IS 78 (30.86% from 255) = 21.67%
BLUE value IS 78 (30.86% from 255) = 21.67%
R=56.67%
G=21.67%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204787800.620.620.2055.2655.29
HexCC4E4E03E3E1403737
Octal314116116076762406767
Binary11001100100111010011100111110111110101000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4E4E; }

 p { color: rgb(204,78,78); }

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

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

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

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

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

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

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