Html Css Color HEX #C4074A Cardinal

📋 copy color: '#C4074A'

red 196 ◦ green 7 ◦ blue 74

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

Shades of Cardinal #C4074A

Tints of Cardinal #C4074A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.71%

R = 70.76%
G = 2.53%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4074A (or 0xC4074A) is known color: Cardinal. HEX triplet: C4, 07 and 4A. RGB value is (196,7,74). Sum of RGB (Red+Green+Blue) = 196+7+74=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C4074A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4074A is #3BF8B5. Grayscale: #474747. Windows color (decimal): -3930294 or 4851652. OLE color: 4851652.

HSL color Cylindrical-coordinate representation of color #C4074A: hue angle of 338.73º 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 #C4074A is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 7 74 -
CMYK 0 0.96 0.62 0.23
HSL 338.73º 0.93% 0.4% -
HSV(B) 338.73º 0.96% 0.77% -
XYZ 24.08 12.38 7.6 -
YUV 71.15 129.62 217.05 -
System Red Green Blue C M Y K H S L
Decimal 196 7 74 0 0.96 0.62 0.23 338.73 0.93 0.4
Hex C4 7 4A 0 60 3E 17 153 5D 28
Octal 304 7 112 0 140 76 27 523 135 50
Binary 11000100 111 1001010 0 1100000 111110 10111 101010011 1011101 101000

Color Harmonies of #C4074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4074A

Black with #C4074A

Text Example


Text Example

White with #C4074A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4074A; }

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

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

background-color css

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

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

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

border-color css

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

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

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