Html Css Color HEX #C40746 Cardinal

📋 copy color: '#C40746'

red 196 ◦ green 7 ◦ blue 70

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

Shades of Cardinal #C40746

Tints of Cardinal #C40746

RGB

 RED value IS 196 (76.95% from 255) = 71.79%

 GREEN value IS 7 (3.13% from 255) = 2.56%

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

R = 71.79%
G = 2.56%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C40746 (or 0xC40746) is known color: Cardinal. HEX triplet: C4, 07 and 46. RGB value is (196,7,70). Sum of RGB (Red+Green+Blue) = 196+7+70=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C40746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40746 is #3BF8B9. Grayscale: #464646. Windows color (decimal): -3930298 or 4589508. OLE color: 4589508.

HSL color Cylindrical-coordinate representation of color #C40746: hue angle of 340º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40746 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 7 70 -
CMYK 0 0.96 0.64 0.23
HSL 340º 0.93% 0.4% -
HSV(B) 340º 0.96% 0.77% -
XYZ 23.95 12.33 6.91 -
YUV 70.69 127.62 217.38 -
System Red Green Blue C M Y K H S L
Decimal 196 7 70 0 0.96 0.64 0.23 340 0.93 0.4
Hex C4 7 46 0 60 40 17 154 5D 28
Octal 304 7 106 0 140 100 27 524 135 50
Binary 11000100 111 1000110 0 1100000 1000000 10111 101010100 1011101 101000

Color Harmonies of #C40746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40746

Black with #C40746

Text Example


Text Example

White with #C40746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40746; }

 p { color: rgb(196,7,70); }

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

background-color css

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

 a { background-color: rgb(196,7,70); }

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

border-color css

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

 span { border-color: rgb(196,7,70); }

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