Html Css Color HEX #C20C4D Cardinal

📋 copy color: '#C20C4D'

red 194 ◦ green 12 ◦ blue 77

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

Shades of Cardinal #C20C4D

Tints of Cardinal #C20C4D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.24%

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

R = 68.55%
G = 4.24%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C20C4D (or 0xC20C4D) is known color: Cardinal. HEX triplet: C2, 0C and 4D. RGB value is (194,12,77). Sum of RGB (Red+Green+Blue) = 194+12+77=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20C4D is #3DF3B2. Grayscale: #494949. Windows color (decimal): -4060083 or 5049538. OLE color: 5049538.

HSL color Cylindrical-coordinate representation of color #C20C4D: hue angle of 338.57º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20C4D is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 12 77 -
CMYK 0 0.94 0.60 0.24
HSL 338.57º 0.88% 0.4% -
HSV(B) 338.57º 0.94% 0.76% -
XYZ 23.72 12.27 8.14 -
YUV 73.83 129.8 213.71 -
System Red Green Blue C M Y K H S L
Decimal 194 12 77 0 0.94 0.60 0.24 338.57 0.88 0.4
Hex C2 C 4D 0 5E 3C 18 153 58 28
Octal 302 14 115 0 136 74 30 523 130 50
Binary 11000010 1100 1001101 0 1011110 111100 11000 101010011 1011000 101000

Color Harmonies of #C20C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20C4D

Black with #C20C4D

Text Example


Text Example

White with #C20C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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