Html Css Color HEX #CA2761 Cerise

📋 copy color: '#CA2761'

red 202 ◦ green 39 ◦ blue 97

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

Shades of Cerise #CA2761

Tints of Cerise #CA2761

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.54%

 BLUE value IS 97 (38.28% from 255) = 28.7%

R = 59.76%
G = 11.54%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA2761 (or 0xCA2761) is known color: Cerise. HEX triplet: CA, 27 and 61. RGB value is (202,39,97). Sum of RGB (Red+Green+Blue) = 202+39+97=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2761 is #35D89E. Grayscale: #5E5E5E. Windows color (decimal): -3528863 or 6367178. OLE color: 6367178.

HSL color Cylindrical-coordinate representation of color #CA2761: hue angle of 338.65º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2761 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 39 97 -
CMYK 0 0.81 0.52 0.21
HSL 338.65º 0.68% 0.47% -
HSV(B) 338.65º 0.81% 0.79% -
XYZ 27.24 14.87 12.74 -
YUV 94.35 129.5 204.78 -
System Red Green Blue C M Y K H S L
Decimal 202 39 97 0 0.81 0.52 0.21 338.65 0.68 0.47
Hex CA 27 61 0 51 34 15 153 44 2F
Octal 312 47 141 0 121 64 25 523 104 57
Binary 11001010 100111 1100001 0 1010001 110100 10101 101010011 1000100 101111

Color Harmonies of #CA2761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2761

Black with #CA2761

Text Example


Text Example

White with #CA2761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2761; }

 p { color: rgb(202,39,97); }

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

background-color css

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

 a { background-color: rgb(202,39,97); }

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

border-color css

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

 span { border-color: rgb(202,39,97); }

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