Html Css Color HEX #C1064A Cardinal

📋 copy color: '#C1064A'

red 193 ◦ green 6 ◦ blue 74

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

Shades of Cardinal #C1064A

Tints of Cardinal #C1064A

RGB

 RED value IS 193 (75.78% from 255) = 70.7%

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

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

R = 70.7%
G = 2.2%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1064A (or 0xC1064A) is known color: Cardinal. HEX triplet: C1, 06 and 4A. RGB value is (193,6,74). Sum of RGB (Red+Green+Blue) = 193+6+74=273 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.70% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 193 - color contains mainly: red. Hex color #C1064A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1064A is #3EF9B5. Grayscale: #454545. Windows color (decimal): -4127158 or 4851393. OLE color: 4851393.

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

Color convert

RGB 193 6 74 -
CMYK 0 0.97 0.62 0.24
HSL 338.18º 0.94% 0.39% -
HSV(B) 338.18º 0.97% 0.76% -
XYZ 23.29 11.96 7.56 -
YUV 69.67 130.45 215.97 -
System Red Green Blue C M Y K H S L
Decimal 193 6 74 0 0.97 0.62 0.24 338.18 0.94 0.39
Hex C1 6 4A 0 61 3E 18 152 5E 27
Octal 301 6 112 0 141 76 30 522 136 47
Binary 11000001 110 1001010 0 1100001 111110 11000 101010010 1011110 100111

Color Harmonies of #C1064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1064A

Black with #C1064A

Text Example


Text Example

White with #C1064A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1064A; }

 p { color: rgb(193,6,74); }

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

background-color css

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

 a { background-color: rgb(193,6,74); }

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

border-color css

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

 span { border-color: rgb(193,6,74); }

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