Html Css Color HEX #CD194A Cardinal

📋 copy color: '#CD194A'

red 205 ◦ green 25 ◦ blue 74

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

Shades of Cardinal #CD194A

Tints of Cardinal #CD194A

RGB

 RED value IS 205 (80.47% from 255) = 67.43%

 GREEN value IS 25 (10.16% from 255) = 8.22%

 BLUE value IS 74 (29.3% from 255) = 24.34%

R = 67.43%
G = 8.22%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD194A (or 0xCD194A) is known color: Cardinal. HEX triplet: CD, 19 and 4A. RGB value is (205,25,74). Sum of RGB (Red+Green+Blue) = 205+25+74=304 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.43% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 205 - color contains mainly: red. Hex color #CD194A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD194A is #32E6B5. Grayscale: #545454. Windows color (decimal): -3335862 or 4856269. OLE color: 4856269.

HSL color Cylindrical-coordinate representation of color #CD194A: hue angle of 343.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD194A is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 25 74 -
CMYK 0 0.88 0.64 0.20
HSL 343.67º 0.78% 0.45% -
HSV(B) 343.67º 0.88% 0.8% -
XYZ 26.76 14.17 7.8 -
YUV 84.41 122.13 214.02 -
System Red Green Blue C M Y K H S L
Decimal 205 25 74 0 0.88 0.64 0.20 343.67 0.78 0.45
Hex CD 19 4A 0 58 40 14 158 4E 2D
Octal 315 31 112 0 130 100 24 530 116 55
Binary 11001101 11001 1001010 0 1011000 1000000 10100 101011000 1001110 101101

Color Harmonies of #CD194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD194A

Black with #CD194A

Text Example


Text Example

White with #CD194A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD194A; }

 p { color: rgb(205,25,74); }

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

background-color css

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

 a { background-color: rgb(205,25,74); }

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

border-color css

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

 span { border-color: rgb(205,25,74); }

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