Html Css Color HEX #CA3A5D Cerise

📋 copy color: '#CA3A5D'

red 202 ◦ green 58 ◦ blue 93

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

Shades of Cerise #CA3A5D

Tints of Cerise #CA3A5D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.43%

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

R = 57.22%
G = 16.43%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA3A5D (or 0xCA3A5D) is known color: Cerise. HEX triplet: CA, 3A and 5D. RGB value is (202,58,93). Sum of RGB (Red+Green+Blue) = 202+58+93=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3A5D is #35C5A2. Grayscale: #696969. Windows color (decimal): -3524003 or 6109898. OLE color: 6109898.

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

Color convert

RGB 202 58 93 -
CMYK 0 0.71 0.54 0.21
HSL 345.42º 0.58% 0.51% -
HSV(B) 345.42º 0.71% 0.79% -
XYZ 27.85 16.37 12.05 -
YUV 105.05 121.21 197.15 -
System Red Green Blue C M Y K H S L
Decimal 202 58 93 0 0.71 0.54 0.21 345.42 0.58 0.51
Hex CA 3A 5D 0 47 36 15 159 3A 33
Octal 312 72 135 0 107 66 25 531 72 63
Binary 11001010 111010 1011101 0 1000111 110110 10101 101011001 111010 110011

Color Harmonies of #CA3A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3A5D

Black with #CA3A5D

Text Example


Text Example

White with #CA3A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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