Html Css Color HEX #C2054D Cardinal

📋 copy color: '#C2054D'

red 194 ◦ green 5 ◦ blue 77

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

Shades of Cardinal #C2054D

Tints of Cardinal #C2054D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.9%

R = 70.29%
G = 1.81%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2054D (or 0xC2054D) is known color: Cardinal. HEX triplet: C2, 05 and 4D. RGB value is (194,5,77). Sum of RGB (Red+Green+Blue) = 194+5+77=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C2054D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2054D is #3DFAB2. Grayscale: #454545. Windows color (decimal): -4061875 or 5047746. OLE color: 5047746.

HSL color Cylindrical-coordinate representation of color #C2054D: hue angle of 337.14º 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 #C2054D is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 5 77 -
CMYK 0 0.97 0.60 0.24
HSL 337.14º 0.95% 0.39% -
HSV(B) 337.14º 0.97% 0.76% -
XYZ 23.64 12.11 8.11 -
YUV 69.72 132.12 216.65 -
System Red Green Blue C M Y K H S L
Decimal 194 5 77 0 0.97 0.60 0.24 337.14 0.95 0.39
Hex C2 5 4D 0 61 3C 18 151 5F 27
Octal 302 5 115 0 141 74 30 521 137 47
Binary 11000010 101 1001101 0 1100001 111100 11000 101010001 1011111 100111

Color Harmonies of #C2054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2054D

Black with #C2054D

Text Example


Text Example

White with #C2054D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2054D; }

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

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

background-color css

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

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

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

border-color css

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

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

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