Html Css Color HEX #C20646 Cardinal

📋 copy color: '#C20646'

red 194 ◦ green 6 ◦ blue 70

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

Shades of Cardinal #C20646

Tints of Cardinal #C20646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.93%

R = 71.85%
G = 2.22%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C20646 (or 0xC20646) is known color: Cardinal. HEX triplet: C2, 06 and 46. RGB value is (194,6,70). Sum of RGB (Red+Green+Blue) = 194+6+70=270 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.85% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 194 - color contains mainly: red. Hex color #C20646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20646 is #3DF9B9. Grayscale: #454545. Windows color (decimal): -4061626 or 4589250. OLE color: 4589250.

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

Color convert

RGB 194 6 70 -
CMYK 0 0.97 0.64 0.24
HSL 339.57º 0.94% 0.39% -
HSV(B) 339.57º 0.97% 0.76% -
XYZ 23.42 12.04 6.88 -
YUV 69.51 128.28 216.8 -
System Red Green Blue C M Y K H S L
Decimal 194 6 70 0 0.97 0.64 0.24 339.57 0.94 0.39
Hex C2 6 46 0 61 40 18 154 5E 27
Octal 302 6 106 0 141 100 30 524 136 47
Binary 11000010 110 1000110 0 1100001 1000000 11000 101010100 1011110 100111

Color Harmonies of #C20646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20646

Black with #C20646

Text Example


Text Example

White with #C20646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20646; }

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

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

background-color css

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

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

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

border-color css

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

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

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