#CD4F48

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

Shades of Valencia #CD4F48

Tints of Valencia #CD4F48

Color information

#CD4F48 (or 0xCD4F48) is unknown color: approx Valencia. HEX triplet: CD, 4F and 48. RGB value is (205,79,72). Sum of RGB (Red+Green+Blue) = 205+79+72=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD4F48 is #32B0B7. Grayscale: #747474. Windows color (decimal): -3322040 or 4739021. OLE color: 4739021.

HSL color Cylindrical-coordinate representation of color #CD4F48: hue angle of 3.16º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD4F48 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB2057972-
CMYK00.610.650.20
HSL3.16º57.08%54.31%-
HSV(B)3.16º64.88%80.39%-
XYZ29.1419.048.27-
YUV115.88103.24191.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 57.58%
GREEN value IS 79 (31.25% from 255) = 22.19%
BLUE value IS 72 (28.52% from 255) = 20.22%
R=57.58%
G=22.19%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205797200.610.650.203.1657.0854.31
HexCD4F4803D411433936
Octal3151171100751012437166
Binary1100110110011111001000011110110000011010011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4F48; }

 p { color: rgb(205,79,72); }

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

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

 a { background-color: rgb(205,79,72); }

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

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

 span { border-color: rgb(205,79,72); }

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