Html Css Color HEX #CA295D Cerise

📋 copy color: '#CA295D'

red 202 ◦ green 41 ◦ blue 93

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

Shades of Cerise #CA295D

Tints of Cerise #CA295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.2%

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

R = 60.12%
G = 12.2%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA295D (or 0xCA295D) is known color: Cerise. HEX triplet: CA, 29 and 5D. RGB value is (202,41,93). Sum of RGB (Red+Green+Blue) = 202+41+93=336 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.12% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 202 - color contains mainly: red. Hex color #CA295D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA295D is #35D6A2. Grayscale: #5F5F5F. Windows color (decimal): -3528355 or 6105546. OLE color: 6105546.

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

Color convert

RGB 202 41 93 -
CMYK 0 0.80 0.54 0.21
HSL 340.62º 0.66% 0.48% -
HSV(B) 340.62º 0.8% 0.79% -
XYZ 27.13 14.93 11.81 -
YUV 95.07 126.84 204.27 -
System Red Green Blue C M Y K H S L
Decimal 202 41 93 0 0.80 0.54 0.21 340.62 0.66 0.48
Hex CA 29 5D 0 50 36 15 155 42 30
Octal 312 51 135 0 120 66 25 525 102 60
Binary 11001010 101001 1011101 0 1010000 110110 10101 101010101 1000010 110000

Color Harmonies of #CA295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA295D

Black with #CA295D

Text Example


Text Example

White with #CA295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA295D; }

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

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

background-color css

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

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

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

border-color css

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

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

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