Html Css Color HEX #CA2B5D Cerise

📋 copy color: '#CA2B5D'

red 202 ◦ green 43 ◦ blue 93

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

Shades of Cerise #CA2B5D

Tints of Cerise #CA2B5D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.72%

 BLUE value IS 93 (36.72% from 255) = 27.51%

R = 59.76%
G = 12.72%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA2B5D (or 0xCA2B5D) is known color: Cerise. HEX triplet: CA, 2B and 5D. RGB value is (202,43,93). Sum of RGB (Red+Green+Blue) = 202+43+93=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2B5D is #35D4A2. Grayscale: #606060. Windows color (decimal): -3527843 or 6106058. OLE color: 6106058.

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

Color convert

RGB 202 43 93 -
CMYK 0 0.79 0.54 0.21
HSL 341.13º 0.65% 0.48% -
HSV(B) 341.13º 0.79% 0.79% -
XYZ 27.2 15.07 11.83 -
YUV 96.24 126.18 203.43 -
System Red Green Blue C M Y K H S L
Decimal 202 43 93 0 0.79 0.54 0.21 341.13 0.65 0.48
Hex CA 2B 5D 0 4F 36 15 155 41 30
Octal 312 53 135 0 117 66 25 525 101 60
Binary 11001010 101011 1011101 0 1001111 110110 10101 101010101 1000001 110000

Color Harmonies of #CA2B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2B5D

Black with #CA2B5D

Text Example


Text Example

White with #CA2B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2B5D; }

 p { color: rgb(202,43,93); }

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

background-color css

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

 a { background-color: rgb(202,43,93); }

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

border-color css

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

 span { border-color: rgb(202,43,93); }

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