Html Css Color HEX #C10B4E Cardinal

📋 copy color: '#C10B4E'

red 193 ◦ green 11 ◦ blue 78

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

Shades of Cardinal #C10B4E

Tints of Cardinal #C10B4E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.9%

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

R = 68.44%
G = 3.9%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C10B4E (or 0xC10B4E) is known color: Cardinal. HEX triplet: C1, 0B and 4E. RGB value is (193,11,78). Sum of RGB (Red+Green+Blue) = 193+11+78=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C10B4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10B4E is #3EF4B1. Grayscale: #484848. Windows color (decimal): -4125874 or 5114817. OLE color: 5114817.

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

Color convert

RGB 193 11 78 -
CMYK 0 0.94 0.60 0.24
HSL 337.91º 0.89% 0.4% -
HSV(B) 337.91º 0.94% 0.76% -
XYZ 23.49 12.13 8.31 -
YUV 73.06 130.8 213.55 -
System Red Green Blue C M Y K H S L
Decimal 193 11 78 0 0.94 0.60 0.24 337.91 0.89 0.4
Hex C1 B 4E 0 5E 3C 18 152 59 28
Octal 301 13 116 0 136 74 30 522 131 50
Binary 11000001 1011 1001110 0 1011110 111100 11000 101010010 1011001 101000

Color Harmonies of #C10B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10B4E

Black with #C10B4E

Text Example


Text Example

White with #C10B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10B4E; }

 p { color: rgb(193,11,78); }

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

background-color css

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

 a { background-color: rgb(193,11,78); }

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

border-color css

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

 span { border-color: rgb(193,11,78); }

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