#CC4F4D

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

Shades of Valencia #CC4F4D

Tints of Valencia #CC4F4D

Color information

#CC4F4D (or 0xCC4F4D) is unknown color: approx Valencia. HEX triplet: CC, 4F and 4D. RGB value is (204,79,77). Sum of RGB (Red+Green+Blue) = 204+79+77=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4F4D is #33B0B2. Grayscale: #747474. Windows color (decimal): -3387571 or 5066700. OLE color: 5066700.

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

Color convert

RGB2047977-
CMYK00.610.620.2
HSL0.94º55.46%55.1%-
HSV(B)0.94º62.25%80%-
XYZ29.0418.979.15-
YUV116.15105.91190.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.67%
GREEN value IS 79 (31.25% from 255) = 21.94%
BLUE value IS 77 (30.47% from 255) = 21.39%
R=56.67%
G=21.94%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204797700.610.620.20.9455.4655.1
HexCC4F4D03D3E1413737
Octal314117115075762416767
Binary11001100100111110011010111101111110101001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4F4D; }

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

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

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

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

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

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

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

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