#CA226A

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

Shades of Cerise #CA226A

Tints of Cerise #CA226A

Color information

#CA226A (or 0xCA226A) is unknown color: approx Cerise. HEX triplet: CA, 22 and 6A. RGB value is (202,34,106). Sum of RGB (Red+Green+Blue) = 202+34+106=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA226A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA226A is #35DD95. Grayscale: #5C5C5C. Windows color (decimal): -3530134 or 6955722. OLE color: 6955722.

HSL color Cylindrical-coordinate representation of color #CA226A: hue angle of 334.29º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA226A is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB20234106-
CMYK00.830.480.21
HSL334.29º71.19%46.27%-
HSV(B)334.29º83.17%79.22%-
XYZ27.5314.7415.03-
YUV92.44135.66206.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.06%
GREEN value IS 34 (13.67% from 255) = 9.94%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=59.06%
G=9.94%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023410600.830.480.21334.2971.1946.27
HexCA226A053301514e472e
Octal312421520123602551610756
Binary11001010100010110101001010011110000101011010011101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA226A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA226A; }

 p { color: rgb(202,34,106); }

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

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

 a { background-color: rgb(202,34,106); }

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

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

 span { border-color: rgb(202,34,106); }

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