#CF3770

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

Shades of Cerise #CF3770

Tints of Cerise #CF3770

Color information

#CF3770 (or 0xCF3770) is unknown color: approx Cerise. HEX triplet: CF, 37 and 70. RGB value is (207,55,112). Sum of RGB (Red+Green+Blue) = 207+55+112=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3770 is #30C88F. Grayscale: #6A6A6A. Windows color (decimal): -3197072 or 7354319. OLE color: 7354319.

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

Color convert

RGB20755112-
CMYK00.730.460.19
HSL337.5º61.29%51.37%-
HSV(B)337.5º73.43%81.18%-
XYZ30.0217.1717.06-
YUV106.95130.86199.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.35%
GREEN value IS 55 (21.88% from 255) = 14.71%
BLUE value IS 112 (44.14% from 255) = 29.95%
R=55.35%
G=14.71%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075511200.730.460.19337.561.2951.37
HexCF37700492E131523d33
Octal31767160011156235227563
Binary1100111111011111100000100100110111010011101010010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3770; }

 p { color: rgb(207,55,112); }

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

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

 a { background-color: rgb(207,55,112); }

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

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

 span { border-color: rgb(207,55,112); }

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