Html Css Color HEX #CD194F Cardinal

📋 copy color: '#CD194F'

red 205 ◦ green 25 ◦ blue 79

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

Shades of Cardinal #CD194F

Tints of Cardinal #CD194F

RGB

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

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

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

R = 66.34%
G = 8.09%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CD194F (or 0xCD194F) is known color: Cardinal. HEX triplet: CD, 19 and 4F. RGB value is (205,25,79). Sum of RGB (Red+Green+Blue) = 205+25+79=309 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.34% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 205 - color contains mainly: red. Hex color #CD194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD194F is #32E6B0. Grayscale: #545454. Windows color (decimal): -3335857 or 5183949. OLE color: 5183949.

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

Color convert

RGB 205 25 79 -
CMYK 0 0.88 0.61 0.20
HSL 342º 0.78% 0.45% -
HSV(B) 342º 0.88% 0.8% -
XYZ 26.94 14.24 8.73 -
YUV 84.98 124.63 213.61 -
System Red Green Blue C M Y K H S L
Decimal 205 25 79 0 0.88 0.61 0.20 342 0.78 0.45
Hex CD 19 4F 0 58 3D 14 156 4E 2D
Octal 315 31 117 0 130 75 24 526 116 55
Binary 11001101 11001 1001111 0 1011000 111101 10100 101010110 1001110 101101

Color Harmonies of #CD194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD194F

Black with #CD194F

Text Example


Text Example

White with #CD194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD194F; }

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

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

background-color css

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

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

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

border-color css

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

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

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