Html Css Color HEX #C20647 Cardinal

📋 copy color: '#C20647'

red 194 ◦ green 6 ◦ blue 71

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

Shades of Cardinal #C20647

Tints of Cardinal #C20647

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

 BLUE value IS 71 (28.13% from 255) = 26.2%

R = 71.59%
G = 2.21%
B = 26.2%

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

#C20647 (or 0xC20647) is known color: Cardinal. HEX triplet: C2, 06 and 47. RGB value is (194,6,71). Sum of RGB (Red+Green+Blue) = 194+6+71=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C20647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20647 is #3DF9B8. Grayscale: #454545. Windows color (decimal): -4061625 or 4654786. OLE color: 4654786.

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

Color convert

RGB 194 6 71 -
CMYK 0 0.97 0.63 0.24
HSL 339.26º 0.94% 0.39% -
HSV(B) 339.26º 0.97% 0.76% -
XYZ 23.45 12.05 7.05 -
YUV 69.62 128.78 216.71 -
System Red Green Blue C M Y K H S L
Decimal 194 6 71 0 0.97 0.63 0.24 339.26 0.94 0.39
Hex C2 6 47 0 61 3F 18 153 5E 27
Octal 302 6 107 0 141 77 30 523 136 47
Binary 11000010 110 1000111 0 1100001 111111 11000 101010011 1011110 100111

Color Harmonies of #C20647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20647

Black with #C20647

Text Example


Text Example

White with #C20647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20647; }

 p { color: rgb(194,6,71); }

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

background-color css

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

 a { background-color: rgb(194,6,71); }

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

border-color css

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

 span { border-color: rgb(194,6,71); }

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