Html Css Color HEX #CA355D Cerise

📋 copy color: '#CA355D'

red 202 ◦ green 53 ◦ blue 93

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

Shades of Cerise #CA355D

Tints of Cerise #CA355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.23%

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

R = 58.05%
G = 15.23%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA355D (or 0xCA355D) is known color: Cerise. HEX triplet: CA, 35 and 5D. RGB value is (202,53,93). Sum of RGB (Red+Green+Blue) = 202+53+93=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA355D is #35CAA2. Grayscale: #666666. Windows color (decimal): -3525283 or 6108618. OLE color: 6108618.

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

Color convert

RGB 202 53 93 -
CMYK 0 0.74 0.54 0.21
HSL 343.89º 0.58% 0.5% -
HSV(B) 343.89º 0.74% 0.79% -
XYZ 27.61 15.89 11.97 -
YUV 102.11 122.86 199.25 -
System Red Green Blue C M Y K H S L
Decimal 202 53 93 0 0.74 0.54 0.21 343.89 0.58 0.5
Hex CA 35 5D 0 4A 36 15 158 3A 32
Octal 312 65 135 0 112 66 25 530 72 62
Binary 11001010 110101 1011101 0 1001010 110110 10101 101011000 111010 110010

Color Harmonies of #CA355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA355D

Black with #CA355D

Text Example


Text Example

White with #CA355D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA355D; }

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

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

background-color css

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

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

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

border-color css

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

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

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