#C22A68

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

Shades of Cerise #C22A68

Tints of Cerise #C22A68

Color information

#C22A68 (or 0xC22A68) is unknown color: approx Cerise. HEX triplet: C2, 2A and 68. RGB value is (194,42,104). Sum of RGB (Red+Green+Blue) = 194+42+104=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22A68 is #3DD597. Grayscale: #5E5E5E. Windows color (decimal): -4052376 or 6826690. OLE color: 6826690.

HSL color Cylindrical-coordinate representation of color #C22A68: hue angle of 335.53º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22A68 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB19442104-
CMYK00.780.460.24
HSL335.53º64.41%46.27%-
HSV(B)335.53º78.35%76.08%-
XYZ25.5714.1214.48-
YUV94.52133.36198.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 57.06%
GREEN value IS 42 (16.80% from 255) = 12.35%
BLUE value IS 104 (41.02% from 255) = 30.59%
R=57.06%
G=12.35%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944210400.780.460.24335.5364.4146.27
HexC22A6804E2E18150402e
Octal302521500116563052010056
Binary11000010101010110100001001110101110110001010100001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22A68; }

 p { color: rgb(194,42,104); }

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

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

 a { background-color: rgb(194,42,104); }

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

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

 span { border-color: rgb(194,42,104); }

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