Html Css Color HEX #C10847 Cardinal

📋 copy color: '#C10847'

red 193 ◦ green 8 ◦ blue 71

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

Shades of Cardinal #C10847

Tints of Cardinal #C10847

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.94%

 BLUE value IS 71 (28.13% from 255) = 26.1%

R = 70.96%
G = 2.94%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C10847 (or 0xC10847) is known color: Cardinal. HEX triplet: C1, 08 and 47. RGB value is (193,8,71). Sum of RGB (Red+Green+Blue) = 193+8+71=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C10847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10847 is #3EF7B8. Grayscale: #464646. Windows color (decimal): -4126649 or 4655297. OLE color: 4655297.

HSL color Cylindrical-coordinate representation of color #C10847: hue angle of 339.57º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10847 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 8 71 -
CMYK 0 0.96 0.63 0.24
HSL 339.57º 0.92% 0.39% -
HSV(B) 339.57º 0.96% 0.76% -
XYZ 23.22 11.97 7.05 -
YUV 70.5 128.29 215.38 -
System Red Green Blue C M Y K H S L
Decimal 193 8 71 0 0.96 0.63 0.24 339.57 0.92 0.39
Hex C1 8 47 0 60 3F 18 154 5C 27
Octal 301 10 107 0 140 77 30 524 134 47
Binary 11000001 1000 1000111 0 1100000 111111 11000 101010100 1011100 100111

Color Harmonies of #C10847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10847

Black with #C10847

Text Example


Text Example

White with #C10847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10847; }

 p { color: rgb(193,8,71); }

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

background-color css

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

 a { background-color: rgb(193,8,71); }

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

border-color css

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

 span { border-color: rgb(193,8,71); }

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