#C22B6A

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

Shades of Cerise #C22B6A

Tints of Cerise #C22B6A

Color information

#C22B6A (or 0xC22B6A) is unknown color: approx Cerise. HEX triplet: C2, 2B and 6A. RGB value is (194,43,106). Sum of RGB (Red+Green+Blue) = 194+43+106=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22B6A is #3DD495. Grayscale: #5F5F5F. Windows color (decimal): -4052118 or 6958018. OLE color: 6958018.

HSL color Cylindrical-coordinate representation of color #C22B6A: hue angle of 334.97º 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 #C22B6A is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB19443106-
CMYK00.780.450.24
HSL334.97º63.71%46.47%-
HSV(B)334.97º77.84%76.08%-
XYZ25.7114.2415.03-
YUV95.33134.03198.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.56%
GREEN value IS 43 (17.19% from 255) = 12.54%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=56.56%
G=12.54%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944310600.780.450.24334.9763.7146.47
HexC22B6A04E2D1814f402e
Octal302531520116553051710056
Binary11000010101011110101001001110101101110001010011111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22B6A; }

 p { color: rgb(194,43,106); }

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

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

 a { background-color: rgb(194,43,106); }

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

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

 span { border-color: rgb(194,43,106); }

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