Html Css Color HEX #CA2670 Cerise

📋 copy color: '#CA2670'

red 202 ◦ green 38 ◦ blue 112

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

Shades of Cerise #CA2670

Tints of Cerise #CA2670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.8%

 BLUE value IS 112 (44.14% from 255) = 31.82%

R = 57.39%
G = 10.8%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA2670 (or 0xCA2670) is known color: Cerise. HEX triplet: CA, 26 and 70. RGB value is (202,38,112). Sum of RGB (Red+Green+Blue) = 202+38+112=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2670 is #35D98F. Grayscale: #5F5F5F. Windows color (decimal): -3529104 or 7349962. OLE color: 7349962.

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

Color convert

RGB 202 38 112 -
CMYK 0 0.81 0.45 0.21
HSL 332.93º 0.68% 0.47% -
HSV(B) 332.93º 0.81% 0.79% -
XYZ 27.97 15.11 16.77 -
YUV 95.47 137.33 203.98 -
System Red Green Blue C M Y K H S L
Decimal 202 38 112 0 0.81 0.45 0.21 332.93 0.68 0.47
Hex CA 26 70 0 51 2D 15 14D 44 2F
Octal 312 46 160 0 121 55 25 515 104 57
Binary 11001010 100110 1110000 0 1010001 101101 10101 101001101 1000100 101111

Color Harmonies of #CA2670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2670

Black with #CA2670

Text Example


Text Example

White with #CA2670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2670; }

 p { color: rgb(202,38,112); }

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

background-color css

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

 a { background-color: rgb(202,38,112); }

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

border-color css

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

 span { border-color: rgb(202,38,112); }

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