Html Css Color HEX #C6094A Cardinal

📋 copy color: '#C6094A'

red 198 ◦ green 9 ◦ blue 74

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

Shades of Cardinal #C6094A

Tints of Cardinal #C6094A

RGB

 RED value IS 198 (77.73% from 255) = 70.46%

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

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

R = 70.46%
G = 3.2%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6094A (or 0xC6094A) is known color: Cardinal. HEX triplet: C6, 09 and 4A. RGB value is (198,9,74). Sum of RGB (Red+Green+Blue) = 198+9+74=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C6094A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6094A is #39F6B5. Grayscale: #484848. Windows color (decimal): -3798710 or 4852166. OLE color: 4852166.

HSL color Cylindrical-coordinate representation of color #C6094A: hue angle of 339.37º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C6094A is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 9 74 -
CMYK 0 0.95 0.63 0.22
HSL 339.37º 0.91% 0.41% -
HSV(B) 339.37º 0.95% 0.78% -
XYZ 24.62 12.7 7.63 -
YUV 72.92 128.62 217.21 -
System Red Green Blue C M Y K H S L
Decimal 198 9 74 0 0.95 0.63 0.22 339.37 0.91 0.41
Hex C6 9 4A 0 5F 3F 16 153 5B 29
Octal 306 11 112 0 137 77 26 523 133 51
Binary 11000110 1001 1001010 0 1011111 111111 10110 101010011 1011011 101001

Color Harmonies of #C6094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6094A

Black with #C6094A

Text Example


Text Example

White with #C6094A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6094A; }

 p { color: rgb(198,9,74); }

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

background-color css

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

 a { background-color: rgb(198,9,74); }

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

border-color css

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

 span { border-color: rgb(198,9,74); }

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