#cf3a5a

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

Shades of Cerise #CF3A5A

Tints of Cerise #CF3A5A

Color information

#CF3A5A (or 0xCF3A5A) is unknown color: approx Cerise. HEX triplet: CF, 3A and 5A. RGB value is (207,58,90). Sum of RGB (Red+Green+Blue) = 207+58+90=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3A5A is #30C5A5. Grayscale: #6A6A6A. Windows color (decimal): -3196326 or 5913295. OLE color: 5913295.

HSL color Cylindrical-coordinate representation of color #CF3A5A: hue angle of 347.11º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3A5A is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB2075890-
CMYK00.720.570.19
HSL347.11º60.82%51.96%-
HSV(B)347.11º71.98%81.18%-
XYZ29.0917.0311.43-
YUV106.2118.86199.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 58.31%
GREEN value IS 58 (23.05% from 255) = 16.34%
BLUE value IS 90 (35.55% from 255) = 25.35%
R=58.31%
G=16.34%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207589000.720.570.19347.1160.8251.96
HexCF3A5A048391315b3d34
Octal31772132011071235337564
Binary1100111111101010110100100100011100110011101011011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf3a5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf3a5a; }

 p { color: rgb(207,58,90); }

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

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

 a { background-color: rgb(207,58,90); }

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

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

 span { border-color: rgb(207,58,90); }

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