Html Css Color HEX #CA164C Cardinal

📋 copy color: '#CA164C'

red 202 ◦ green 22 ◦ blue 76

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

Shades of Cardinal #CA164C

Tints of Cardinal #CA164C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.33%

 BLUE value IS 76 (30.08% from 255) = 25.33%

R = 67.33%
G = 7.33%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA164C (or 0xCA164C) is known color: Cardinal. HEX triplet: CA, 16 and 4C. RGB value is (202,22,76). Sum of RGB (Red+Green+Blue) = 202+22+76=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA164C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA164C is #35E9B3. Grayscale: #515151. Windows color (decimal): -3533236 or 4986570. OLE color: 4986570.

HSL color Cylindrical-coordinate representation of color #CA164C: hue angle of 342º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA164C is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 22 76 -
CMYK 0 0.89 0.62 0.21
HSL 342º 0.8% 0.44% -
HSV(B) 342º 0.89% 0.79% -
XYZ 25.95 13.65 8.1 -
YUV 81.98 124.63 213.61 -
System Red Green Blue C M Y K H S L
Decimal 202 22 76 0 0.89 0.62 0.21 342 0.8 0.44
Hex CA 16 4C 0 59 3E 15 156 50 2C
Octal 312 26 114 0 131 76 25 526 120 54
Binary 11001010 10110 1001100 0 1011001 111110 10101 101010110 1010000 101100

Color Harmonies of #CA164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA164C

Black with #CA164C

Text Example


Text Example

White with #CA164C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA164C; }

 p { color: rgb(202,22,76); }

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

background-color css

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

 a { background-color: rgb(202,22,76); }

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

border-color css

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

 span { border-color: rgb(202,22,76); }

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