Html Css Color HEX #C4094E Cardinal

📋 copy color: '#C4094E'

red 196 ◦ green 9 ◦ blue 78

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

Shades of Cardinal #C4094E

Tints of Cardinal #C4094E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.18%

 BLUE value IS 78 (30.86% from 255) = 27.56%

R = 69.26%
G = 3.18%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C4094E (or 0xC4094E) is known color: Cardinal. HEX triplet: C4, 09 and 4E. RGB value is (196,9,78). Sum of RGB (Red+Green+Blue) = 196+9+78=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C4094E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4094E is #3BF6B1. Grayscale: #484848. Windows color (decimal): -3929778 or 5114308. OLE color: 5114308.

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

Color convert

RGB 196 9 78 -
CMYK 0 0.95 0.60 0.23
HSL 337.86º 0.91% 0.4% -
HSV(B) 337.86º 0.95% 0.77% -
XYZ 24.24 12.48 8.34 -
YUV 72.78 130.95 215.89 -
System Red Green Blue C M Y K H S L
Decimal 196 9 78 0 0.95 0.60 0.23 337.86 0.91 0.4
Hex C4 9 4E 0 5F 3C 17 152 5B 28
Octal 304 11 116 0 137 74 27 522 133 50
Binary 11000100 1001 1001110 0 1011111 111100 10111 101010010 1011011 101000

Color Harmonies of #C4094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4094E

Black with #C4094E

Text Example


Text Example

White with #C4094E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4094E; }

 p { color: rgb(196,9,78); }

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

background-color css

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

 a { background-color: rgb(196,9,78); }

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

border-color css

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

 span { border-color: rgb(196,9,78); }

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