Html Css Color HEX #CA2046 Cardinal

📋 copy color: '#CA2046'

red 202 ◦ green 32 ◦ blue 70

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

Shades of Cardinal #CA2046

Tints of Cardinal #CA2046

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.53%

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 66.45%
G = 10.53%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA2046 (or 0xCA2046) is known color: Cardinal. HEX triplet: CA, 20 and 46. RGB value is (202,32,70). Sum of RGB (Red+Green+Blue) = 202+32+70=304 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.45% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2046 is #35DFB9. Grayscale: #575757. Windows color (decimal): -3530682 or 4595914. OLE color: 4595914.

HSL color Cylindrical-coordinate representation of color #CA2046: hue angle of 346.59º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2046 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 32 70 -
CMYK 0 0.84 0.65 0.21
HSL 346.59º 0.73% 0.46% -
HSV(B) 346.59º 0.84% 0.79% -
XYZ 25.98 14.03 7.13 -
YUV 87.16 118.32 209.91 -
System Red Green Blue C M Y K H S L
Decimal 202 32 70 0 0.84 0.65 0.21 346.59 0.73 0.46
Hex CA 20 46 0 54 41 15 15B 49 2E
Octal 312 40 106 0 124 101 25 533 111 56
Binary 11001010 100000 1000110 0 1010100 1000001 10101 101011011 1001001 101110

Color Harmonies of #CA2046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2046

Black with #CA2046

Text Example


Text Example

White with #CA2046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2046; }

 p { color: rgb(202,32,70); }

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

background-color css

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

 a { background-color: rgb(202,32,70); }

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

border-color css

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

 span { border-color: rgb(202,32,70); }

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