#CA3168

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

Shades of Cerise #CA3168

Tints of Cerise #CA3168

Color information

#CA3168 (or 0xCA3168) is unknown color: approx Cerise. HEX triplet: CA, 31 and 68. RGB value is (202,49,104). Sum of RGB (Red+Green+Blue) = 202+49+104=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3168 is #35CE97. Grayscale: #646464. Windows color (decimal): -3526296 or 6828490. OLE color: 6828490.

HSL color Cylindrical-coordinate representation of color #CA3168: hue angle of 338.43º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA3168 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB20249104-
CMYK00.760.490.21
HSL338.43º60.96%49.22%-
HSV(B)338.43º75.74%79.22%-
XYZ27.9515.7514.66-
YUV101.02129.69200.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.90%
GREEN value IS 49 (19.53% from 255) = 13.80%
BLUE value IS 104 (41.02% from 255) = 29.30%
R=56.90%
G=13.80%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024910400.760.490.21338.4360.9649.22
HexCA316804C31151523d31
Octal31261150011461255227561
Binary1100101011000111010000100110011000110101101010010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3168; }

 p { color: rgb(202,49,104); }

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

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

 a { background-color: rgb(202,49,104); }

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

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

 span { border-color: rgb(202,49,104); }

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