#CF346C

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

Shades of Cerise #CF346C

Tints of Cerise #CF346C

Color information

#CF346C (or 0xCF346C) is unknown color: approx Cerise. HEX triplet: CF, 34 and 6C. RGB value is (207,52,108). Sum of RGB (Red+Green+Blue) = 207+52+108=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF346C is #30CB93. Grayscale: #686868. Windows color (decimal): -3197844 or 7091407. OLE color: 7091407.

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

Color convert

RGB20752108-
CMYK00.750.480.19
HSL338.32º61.75%50.78%-
HSV(B)338.32º74.88%81.18%-
XYZ29.6716.815.87-
YUV104.73129.85200.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.40%
GREEN value IS 52 (20.70% from 255) = 14.17%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=56.40%
G=14.17%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075210800.750.480.19338.3261.7550.78
HexCF346C04B30131523e33
Octal31764154011360235227663
Binary1100111111010011011000100101111000010011101010010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF346C; }

 p { color: rgb(207,52,108); }

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

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

 a { background-color: rgb(207,52,108); }

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

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

 span { border-color: rgb(207,52,108); }

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