Html Css Color HEX #CA2165 Cerise

📋 copy color: '#CA2165'

red 202 ◦ green 33 ◦ blue 101

#CA2165
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #CA2165

Tints of Cerise #CA2165

RGB

 RED value IS 202 (79.3% from 255) = 60.12%

 GREEN value IS 33 (13.28% from 255) = 9.82%

 BLUE value IS 101 (39.84% from 255) = 30.06%

R = 60.12%
G = 9.82%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA2165 (or 0xCA2165) is known color: Cerise. HEX triplet: CA, 21 and 65. RGB value is (202,33,101). Sum of RGB (Red+Green+Blue) = 202+33+101=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2165 is #35DE9A. Grayscale: #5B5B5B. Windows color (decimal): -3530395 or 6627786. OLE color: 6627786.

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

Color convert

RGB 202 33 101 -
CMYK 0 0.84 0.50 0.21
HSL 335.86º 0.72% 0.46% -
HSV(B) 335.86º 0.84% 0.79% -
XYZ 27.25 14.58 13.69 -
YUV 91.28 133.49 206.97 -
System Red Green Blue C M Y K H S L
Decimal 202 33 101 0 0.84 0.50 0.21 335.86 0.72 0.46
Hex CA 21 65 0 54 32 15 150 48 2E
Octal 312 41 145 0 124 62 25 520 110 56
Binary 11001010 100001 1100101 0 1010100 110010 10101 101010000 1001000 101110

Color Harmonies of #CA2165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2165

Black with #CA2165

Text Example


Text Example

White with #CA2165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2165; }

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

 H1.HeaderClassName
 {
   color: #CA2165;
 }
 .AnyTagClassName
 {
   color: #CA2165;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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