Html Css Color HEX #CA164D Cardinal

📋 copy color: '#CA164D'

red 202 ◦ green 22 ◦ blue 77

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

Shades of Cardinal #CA164D

Tints of Cardinal #CA164D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.58%

R = 67.11%
G = 7.31%
B = 25.58%

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

#CA164D (or 0xCA164D) is known color: Cardinal. HEX triplet: CA, 16 and 4D. RGB value is (202,22,77). Sum of RGB (Red+Green+Blue) = 202+22+77=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA164D is #35E9B2. Grayscale: #525252. Windows color (decimal): -3533235 or 5052106. OLE color: 5052106.

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

Color convert

RGB 202 22 77 -
CMYK 0 0.89 0.62 0.21
HSL 341.67º 0.8% 0.44% -
HSV(B) 341.67º 0.89% 0.79% -
XYZ 25.98 13.67 8.29 -
YUV 82.09 125.13 213.53 -
System Red Green Blue C M Y K H S L
Decimal 202 22 77 0 0.89 0.62 0.21 341.67 0.8 0.44
Hex CA 16 4D 0 59 3E 15 156 50 2C
Octal 312 26 115 0 131 76 25 526 120 54
Binary 11001010 10110 1001101 0 1011001 111110 10101 101010110 1010000 101100

Color Harmonies of #CA164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA164D

Black with #CA164D

Text Example


Text Example

White with #CA164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA164D; }

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

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

background-color css

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

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

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

border-color css

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

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

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