Html Css Color HEX #CA2763 Cerise

📋 copy color: '#CA2763'

red 202 ◦ green 39 ◦ blue 99

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

Shades of Cerise #CA2763

Tints of Cerise #CA2763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.12%

R = 59.41%
G = 11.47%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA2763 (or 0xCA2763) is known color: Cerise. HEX triplet: CA, 27 and 63. RGB value is (202,39,99). Sum of RGB (Red+Green+Blue) = 202+39+99=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2763 is #35D89C. Grayscale: #5E5E5E. Windows color (decimal): -3528861 or 6498250. OLE color: 6498250.

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

Color convert

RGB 202 39 99 -
CMYK 0 0.81 0.51 0.21
HSL 337.91º 0.68% 0.47% -
HSV(B) 337.91º 0.81% 0.79% -
XYZ 27.33 14.91 13.24 -
YUV 94.58 130.5 204.62 -
System Red Green Blue C M Y K H S L
Decimal 202 39 99 0 0.81 0.51 0.21 337.91 0.68 0.47
Hex CA 27 63 0 51 33 15 152 44 2F
Octal 312 47 143 0 121 63 25 522 104 57
Binary 11001010 100111 1100011 0 1010001 110011 10101 101010010 1000100 101111

Color Harmonies of #CA2763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2763

Black with #CA2763

Text Example


Text Example

White with #CA2763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2763; }

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

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

background-color css

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

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

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

border-color css

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

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

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