#CA2167

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

Shades of Cerise #CA2167

Tints of Cerise #CA2167

Color information

#CA2167 (or 0xCA2167) is unknown color: approx Cerise. HEX triplet: CA, 21 and 67. RGB value is (202,33,103). Sum of RGB (Red+Green+Blue) = 202+33+103=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2167 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2167 is #35DE98. Grayscale: #5B5B5B. Windows color (decimal): -3530393 or 6758858. OLE color: 6758858.

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

Color convert

RGB20233103-
CMYK00.840.490.21
HSL335.15º71.91%46.08%-
HSV(B)335.15º83.66%79.22%-
XYZ27.3514.6214.21-
YUV91.51134.49206.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.76%
GREEN value IS 33 (13.28% from 255) = 9.76%
BLUE value IS 103 (40.62% from 255) = 30.47%
R=59.76%
G=9.76%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023310300.840.490.21335.1571.9146.08
HexCA2167054311514f482e
Octal312411470124612551711056
Binary11001010100001110011101010100110001101011010011111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2167; }

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

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

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

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

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

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

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

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