Html Css Color HEX #CA154E Cardinal

📋 copy color: '#CA154E'

red 202 ◦ green 21 ◦ blue 78

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

Shades of Cardinal #CA154E

Tints of Cardinal #CA154E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.98%

 BLUE value IS 78 (30.86% from 255) = 25.91%

R = 67.11%
G = 6.98%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA154E (or 0xCA154E) is known color: Cardinal. HEX triplet: CA, 15 and 4E. RGB value is (202,21,78). Sum of RGB (Red+Green+Blue) = 202+21+78=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA154E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA154E is #35EAB1. Grayscale: #515151. Windows color (decimal): -3533490 or 5117386. OLE color: 5117386.

HSL color Cylindrical-coordinate representation of color #CA154E: hue angle of 341.1º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA154E is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 21 78 -
CMYK 0 0.90 0.61 0.21
HSL 341.11º 0.81% 0.44% -
HSV(B) 341.11º 0.9% 0.79% -
XYZ 26 13.64 8.47 -
YUV 81.62 125.97 213.87 -
System Red Green Blue C M Y K H S L
Decimal 202 21 78 0 0.90 0.61 0.21 341.11 0.81 0.44
Hex CA 15 4E 0 5A 3D 15 155 51 2C
Octal 312 25 116 0 132 75 25 525 121 54
Binary 11001010 10101 1001110 0 1011010 111101 10101 101010101 1010001 101100

Color Harmonies of #CA154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA154E

Black with #CA154E

Text Example


Text Example

White with #CA154E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA154E; }

 p { color: rgb(202,21,78); }

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

background-color css

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

 a { background-color: rgb(202,21,78); }

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

border-color css

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

 span { border-color: rgb(202,21,78); }

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