Html Css Color HEX #C20548 Cardinal

📋 copy color: '#C20548'

red 194 ◦ green 5 ◦ blue 72

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

Shades of Cardinal #C20548

Tints of Cardinal #C20548

RGB

 RED value IS 194 (76.17% from 255) = 71.59%

 GREEN value IS 5 (2.34% from 255) = 1.85%

 BLUE value IS 72 (28.52% from 255) = 26.57%

R = 71.59%
G = 1.85%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C20548 (or 0xC20548) is known color: Cardinal. HEX triplet: C2, 05 and 48. RGB value is (194,5,72). Sum of RGB (Red+Green+Blue) = 194+5+72=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C20548 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20548 is #3DFAB7. Grayscale: #454545. Windows color (decimal): -4061880 or 4720066. OLE color: 4720066.

HSL color Cylindrical-coordinate representation of color #C20548: hue angle of 338.73º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C20548 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 5 72 -
CMYK 0 0.97 0.63 0.24
HSL 338.73º 0.95% 0.39% -
HSV(B) 338.73º 0.97% 0.76% -
XYZ 23.47 12.05 7.22 -
YUV 69.15 129.62 217.05 -
System Red Green Blue C M Y K H S L
Decimal 194 5 72 0 0.97 0.63 0.24 338.73 0.95 0.39
Hex C2 5 48 0 61 3F 18 153 5F 27
Octal 302 5 110 0 141 77 30 523 137 47
Binary 11000010 101 1001000 0 1100001 111111 11000 101010011 1011111 100111

Color Harmonies of #C20548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20548

Black with #C20548

Text Example


Text Example

White with #C20548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20548; }

 p { color: rgb(194,5,72); }

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

background-color css

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

 a { background-color: rgb(194,5,72); }

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

border-color css

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

 span { border-color: rgb(194,5,72); }

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