#CA3167

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

Shades of Cerise #CA3167

Tints of Cerise #CA3167

Color information

#CA3167 (or 0xCA3167) is unknown color: approx Cerise. HEX triplet: CA, 31 and 67. RGB value is (202,49,103). Sum of RGB (Red+Green+Blue) = 202+49+103=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3167 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3167 is #35CE98. Grayscale: #646464. Windows color (decimal): -3526297 or 6762954. OLE color: 6762954.

HSL color Cylindrical-coordinate representation of color #CA3167: hue angle of 338.82º 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 #CA3167 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB20249103-
CMYK00.760.490.21
HSL338.82º60.96%49.22%-
HSV(B)338.82º75.74%79.22%-
XYZ27.915.7314.4-
YUV100.9129.19200.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.06%
GREEN value IS 49 (19.53% from 255) = 13.84%
BLUE value IS 103 (40.62% from 255) = 29.10%
R=57.06%
G=13.84%
B=29.10%

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
Decimal2024910300.760.490.21338.8260.9649.22
HexCA316704C31151533d31
Octal31261147011461255237561
Binary1100101011000111001110100110011000110101101010011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3167; }

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

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

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

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

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

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

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

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