Html Css Color HEX #CA355F Cerise

📋 copy color: '#CA355F'

red 202 ◦ green 53 ◦ blue 95

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

Shades of Cerise #CA355F

Tints of Cerise #CA355F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.14%

R = 57.71%
G = 15.14%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA355F (or 0xCA355F) is known color: Cerise. HEX triplet: CA, 35 and 5F. RGB value is (202,53,95). Sum of RGB (Red+Green+Blue) = 202+53+95=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA355F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA355F is #35CAA0. Grayscale: #666666. Windows color (decimal): -3525281 or 6239690. OLE color: 6239690.

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

Color convert

RGB 202 53 95 -
CMYK 0 0.74 0.53 0.21
HSL 343.09º 0.58% 0.5% -
HSV(B) 343.09º 0.74% 0.79% -
XYZ 27.7 15.93 12.44 -
YUV 102.34 123.86 199.08 -
System Red Green Blue C M Y K H S L
Decimal 202 53 95 0 0.74 0.53 0.21 343.09 0.58 0.5
Hex CA 35 5F 0 4A 35 15 157 3A 32
Octal 312 65 137 0 112 65 25 527 72 62
Binary 11001010 110101 1011111 0 1001010 110101 10101 101010111 111010 110010

Color Harmonies of #CA355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA355F

Black with #CA355F

Text Example


Text Example

White with #CA355F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA355F; }

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

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

background-color css

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

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

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

border-color css

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

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

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