Html Css Color HEX #CA3B5D Cerise

📋 copy color: '#CA3B5D'

red 202 ◦ green 59 ◦ blue 93

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

Shades of Cerise #CA3B5D

Tints of Cerise #CA3B5D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.67%

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

R = 57.06%
G = 16.67%
B = 26.27%

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

#CA3B5D (or 0xCA3B5D) is known color: Cerise. HEX triplet: CA, 3B and 5D. RGB value is (202,59,93). Sum of RGB (Red+Green+Blue) = 202+59+93=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 59 (23.44% from 255 or 16.67% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3B5D is #35C4A2. Grayscale: #696969. Windows color (decimal): -3523747 or 6110154. OLE color: 6110154.

HSL color Cylindrical-coordinate representation of color #CA3B5D: hue angle of 345.73º degrees, saturation: 0.57, 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 #CA3B5D is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 59 93 -
CMYK 0 0.71 0.54 0.21
HSL 345.73º 0.57% 0.51% -
HSV(B) 345.73º 0.71% 0.79% -
XYZ 27.9 16.47 12.07 -
YUV 105.63 120.88 196.74 -
System Red Green Blue C M Y K H S L
Decimal 202 59 93 0 0.71 0.54 0.21 345.73 0.57 0.51
Hex CA 3B 5D 0 47 36 15 15A 39 33
Octal 312 73 135 0 107 66 25 532 71 63
Binary 11001010 111011 1011101 0 1000111 110110 10101 101011010 111001 110011

Color Harmonies of #CA3B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3B5D

Black with #CA3B5D

Text Example


Text Example

White with #CA3B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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