Html Css Color HEX #CD194C Cardinal

📋 copy color: '#CD194C'

red 205 ◦ green 25 ◦ blue 76

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

Shades of Cardinal #CD194C

Tints of Cardinal #CD194C

RGB

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

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

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

R = 66.99%
G = 8.17%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD194C (or 0xCD194C) is known color: Cardinal. HEX triplet: CD, 19 and 4C. RGB value is (205,25,76). Sum of RGB (Red+Green+Blue) = 205+25+76=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD194C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD194C is #32E6B3. Grayscale: #545454. Windows color (decimal): -3335860 or 4987341. OLE color: 4987341.

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

Color convert

RGB 205 25 76 -
CMYK 0 0.88 0.63 0.20
HSL 343º 0.78% 0.45% -
HSV(B) 343º 0.88% 0.8% -
XYZ 26.83 14.2 8.16 -
YUV 84.63 123.13 213.85 -
System Red Green Blue C M Y K H S L
Decimal 205 25 76 0 0.88 0.63 0.20 343 0.78 0.45
Hex CD 19 4C 0 58 3F 14 157 4E 2D
Octal 315 31 114 0 130 77 24 527 116 55
Binary 11001101 11001 1001100 0 1011000 111111 10100 101010111 1001110 101101

Color Harmonies of #CD194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD194C

Black with #CD194C

Text Example


Text Example

White with #CD194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD194C; }

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

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

background-color css

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

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

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

border-color css

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

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

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