Html Css Color HEX #C10946 Cardinal

📋 copy color: '#C10946'

red 193 ◦ green 9 ◦ blue 70

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

Shades of Cardinal #C10946

Tints of Cardinal #C10946

RGB

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

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

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

R = 70.96%
G = 3.31%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C10946 (or 0xC10946) is known color: Cardinal. HEX triplet: C1, 09 and 46. RGB value is (193,9,70). Sum of RGB (Red+Green+Blue) = 193+9+70=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C10946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10946 is #3EF6B9. Grayscale: #464646. Windows color (decimal): -4126394 or 4590017. OLE color: 4590017.

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

Color convert

RGB 193 9 70 -
CMYK 0 0.95 0.64 0.24
HSL 340.11º 0.91% 0.4% -
HSV(B) 340.11º 0.95% 0.76% -
XYZ 23.2 11.98 6.88 -
YUV 70.97 127.46 215.04 -
System Red Green Blue C M Y K H S L
Decimal 193 9 70 0 0.95 0.64 0.24 340.11 0.91 0.4
Hex C1 9 46 0 5F 40 18 154 5B 28
Octal 301 11 106 0 137 100 30 524 133 50
Binary 11000001 1001 1000110 0 1011111 1000000 11000 101010100 1011011 101000

Color Harmonies of #C10946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10946

Black with #C10946

Text Example


Text Example

White with #C10946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10946; }

 p { color: rgb(193,9,70); }

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

background-color css

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

 a { background-color: rgb(193,9,70); }

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

border-color css

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

 span { border-color: rgb(193,9,70); }

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