Html Css Color HEX #C1074C Cardinal

📋 copy color: '#C1074C'

red 193 ◦ green 7 ◦ blue 76

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

Shades of Cardinal #C1074C

Tints of Cardinal #C1074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.54%

 BLUE value IS 76 (30.08% from 255) = 27.54%

R = 69.93%
G = 2.54%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1074C (or 0xC1074C) is known color: Cardinal. HEX triplet: C1, 07 and 4C. RGB value is (193,7,76). Sum of RGB (Red+Green+Blue) = 193+7+76=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C1074C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1074C is #3EF8B3. Grayscale: #464646. Windows color (decimal): -4126900 or 4982721. OLE color: 4982721.

HSL color Cylindrical-coordinate representation of color #C1074C: hue angle of 337.74º degrees, saturation: 0.93, 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 #C1074C is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 7 76 -
CMYK 0 0.96 0.61 0.24
HSL 337.74º 0.93% 0.39% -
HSV(B) 337.74º 0.96% 0.76% -
XYZ 23.37 12.01 7.92 -
YUV 70.48 131.12 215.39 -
System Red Green Blue C M Y K H S L
Decimal 193 7 76 0 0.96 0.61 0.24 337.74 0.93 0.39
Hex C1 7 4C 0 60 3D 18 152 5D 27
Octal 301 7 114 0 140 75 30 522 135 47
Binary 11000001 111 1001100 0 1100000 111101 11000 101010010 1011101 100111

Color Harmonies of #C1074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1074C

Black with #C1074C

Text Example


Text Example

White with #C1074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1074C; }

 p { color: rgb(193,7,76); }

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

background-color css

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

 a { background-color: rgb(193,7,76); }

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

border-color css

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

 span { border-color: rgb(193,7,76); }

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