#CC4F4A

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

Shades of Valencia #CC4F4A

Tints of Valencia #CC4F4A

Color information

#CC4F4A (or 0xCC4F4A) is unknown color: approx Valencia. HEX triplet: CC, 4F and 4A. RGB value is (204,79,74). Sum of RGB (Red+Green+Blue) = 204+79+74=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC4F4A is #33B0B5. Grayscale: #737373. Windows color (decimal): -3387574 or 4870092. OLE color: 4870092.

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

Color convert

RGB2047974-
CMYK00.610.640.2
HSL2.31º56.03%54.51%-
HSV(B)2.31º63.73%80%-
XYZ28.9318.928.61-
YUV115.8104.41190.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.14%
GREEN value IS 79 (31.25% from 255) = 22.13%
BLUE value IS 74 (29.30% from 255) = 20.73%
R=57.14%
G=22.13%
B=20.73%

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
Decimal204797400.610.640.22.3156.0354.51
HexCC4F4A03D401423837
Octal3141171120751002427067
Binary1100110010011111001010011110110000001010010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4F4A; }

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

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

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

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

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

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

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

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