Html Css Color HEX #CA295F Cerise

📋 copy color: '#CA295F'

red 202 ◦ green 41 ◦ blue 95

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

Shades of Cerise #CA295F

Tints of Cerise #CA295F

RGB

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

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

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

R = 59.76%
G = 12.13%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA295F (or 0xCA295F) is known color: Cerise. HEX triplet: CA, 29 and 5F. RGB value is (202,41,95). Sum of RGB (Red+Green+Blue) = 202+41+95=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA295F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA295F is #35D6A0. Grayscale: #5F5F5F. Windows color (decimal): -3528353 or 6236618. OLE color: 6236618.

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

Color convert

RGB 202 41 95 -
CMYK 0 0.80 0.53 0.21
HSL 339.88º 0.66% 0.48% -
HSV(B) 339.88º 0.8% 0.79% -
XYZ 27.22 14.97 12.28 -
YUV 95.3 127.84 204.11 -
System Red Green Blue C M Y K H S L
Decimal 202 41 95 0 0.80 0.53 0.21 339.88 0.66 0.48
Hex CA 29 5F 0 50 35 15 154 42 30
Octal 312 51 137 0 120 65 25 524 102 60
Binary 11001010 101001 1011111 0 1010000 110101 10101 101010100 1000010 110000

Color Harmonies of #CA295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA295F

Black with #CA295F

Text Example


Text Example

White with #CA295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA295F; }

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

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

background-color css

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

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

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

border-color css

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

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

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