Html Css Color HEX #CA2265 Cerise

📋 copy color: '#CA2265'

red 202 ◦ green 34 ◦ blue 101

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

Shades of Cerise #CA2265

Tints of Cerise #CA2265

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.09%

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

R = 59.94%
G = 10.09%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA2265 (or 0xCA2265) is known color: Cerise. HEX triplet: CA, 22 and 65. RGB value is (202,34,101). Sum of RGB (Red+Green+Blue) = 202+34+101=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2265 is #35DD9A. Grayscale: #5B5B5B. Windows color (decimal): -3530139 or 6628042. OLE color: 6628042.

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

Color convert

RGB 202 34 101 -
CMYK 0 0.83 0.50 0.21
HSL 336.07º 0.71% 0.46% -
HSV(B) 336.07º 0.83% 0.79% -
XYZ 27.28 14.64 13.7 -
YUV 91.87 133.16 206.55 -
System Red Green Blue C M Y K H S L
Decimal 202 34 101 0 0.83 0.50 0.21 336.07 0.71 0.46
Hex CA 22 65 0 53 32 15 150 47 2E
Octal 312 42 145 0 123 62 25 520 107 56
Binary 11001010 100010 1100101 0 1010011 110010 10101 101010000 1000111 101110

Color Harmonies of #CA2265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2265

Black with #CA2265

Text Example


Text Example

White with #CA2265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2265; }

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

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

background-color css

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

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

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

border-color css

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

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

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