Html Css Color HEX #CA164F Cardinal

📋 copy color: '#CA164F'

red 202 ◦ green 22 ◦ blue 79

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

Shades of Cardinal #CA164F

Tints of Cardinal #CA164F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.07%

R = 66.67%
G = 7.26%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA164F (or 0xCA164F) is known color: Cardinal. HEX triplet: CA, 16 and 4F. RGB value is (202,22,79). Sum of RGB (Red+Green+Blue) = 202+22+79=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA164F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA164F is #35E9B0. Grayscale: #525252. Windows color (decimal): -3533233 or 5183178. OLE color: 5183178.

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

Color convert

RGB 202 22 79 -
CMYK 0 0.89 0.61 0.21
HSL 341º 0.8% 0.44% -
HSV(B) 341º 0.89% 0.79% -
XYZ 26.06 13.69 8.67 -
YUV 82.32 126.13 213.37 -
System Red Green Blue C M Y K H S L
Decimal 202 22 79 0 0.89 0.61 0.21 341 0.8 0.44
Hex CA 16 4F 0 59 3D 15 155 50 2C
Octal 312 26 117 0 131 75 25 525 120 54
Binary 11001010 10110 1001111 0 1011001 111101 10101 101010101 1010000 101100

Color Harmonies of #CA164F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA164F

Black with #CA164F

Text Example


Text Example

White with #CA164F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA164F; }

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

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

background-color css

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

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

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

border-color css

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

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

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