Html Css Color HEX #CA3A5E Cerise

📋 copy color: '#CA3A5E'

red 202 ◦ green 58 ◦ blue 94

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

Shades of Cerise #CA3A5E

Tints of Cerise #CA3A5E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.38%

 BLUE value IS 94 (37.11% from 255) = 26.55%

R = 57.06%
G = 16.38%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA3A5E (or 0xCA3A5E) is known color: Cerise. HEX triplet: CA, 3A and 5E. RGB value is (202,58,94). Sum of RGB (Red+Green+Blue) = 202+58+94=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3A5E is #35C5A1. Grayscale: #696969. Windows color (decimal): -3524002 or 6175434. OLE color: 6175434.

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

Color convert

RGB 202 58 94 -
CMYK 0 0.71 0.53 0.21
HSL 345º 0.58% 0.51% -
HSV(B) 345º 0.71% 0.79% -
XYZ 27.89 16.39 12.28 -
YUV 105.16 121.71 197.07 -
System Red Green Blue C M Y K H S L
Decimal 202 58 94 0 0.71 0.53 0.21 345 0.58 0.51
Hex CA 3A 5E 0 47 35 15 159 3A 33
Octal 312 72 136 0 107 65 25 531 72 63
Binary 11001010 111010 1011110 0 1000111 110101 10101 101011001 111010 110011

Color Harmonies of #CA3A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3A5E

Black with #CA3A5E

Text Example


Text Example

White with #CA3A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3A5E; }

 p { color: rgb(202,58,94); }

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

background-color css

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

 a { background-color: rgb(202,58,94); }

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

border-color css

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

 span { border-color: rgb(202,58,94); }

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