Html Css Color HEX #C1084A Cardinal

📋 copy color: '#C1084A'

red 193 ◦ green 8 ◦ blue 74

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

Shades of Cardinal #C1084A

Tints of Cardinal #C1084A

RGB

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

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

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

R = 70.18%
G = 2.91%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1084A (or 0xC1084A) is known color: Cardinal. HEX triplet: C1, 08 and 4A. RGB value is (193,8,74). Sum of RGB (Red+Green+Blue) = 193+8+74=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C1084A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1084A is #3EF7B5. Grayscale: #464646. Windows color (decimal): -4126646 or 4851905. OLE color: 4851905.

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

Color convert

RGB 193 8 74 -
CMYK 0 0.96 0.62 0.24
HSL 338.59º 0.92% 0.39% -
HSV(B) 338.59º 0.96% 0.76% -
XYZ 23.32 12.01 7.57 -
YUV 70.84 129.79 215.13 -
System Red Green Blue C M Y K H S L
Decimal 193 8 74 0 0.96 0.62 0.24 338.59 0.92 0.39
Hex C1 8 4A 0 60 3E 18 153 5C 27
Octal 301 10 112 0 140 76 30 523 134 47
Binary 11000001 1000 1001010 0 1100000 111110 11000 101010011 1011100 100111

Color Harmonies of #C1084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1084A

Black with #C1084A

Text Example


Text Example

White with #C1084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1084A; }

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

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

background-color css

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

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

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

border-color css

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

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

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