Html Css Color HEX #C1084D Cardinal

📋 copy color: '#C1084D'

red 193 ◦ green 8 ◦ blue 77

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

Shades of Cardinal #C1084D

Tints of Cardinal #C1084D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.7%

R = 69.42%
G = 2.88%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1084D (or 0xC1084D) is known color: Cardinal. HEX triplet: C1, 08 and 4D. RGB value is (193,8,77). Sum of RGB (Red+Green+Blue) = 193+8+77=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C1084D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1084D is #3EF7B2. Grayscale: #474747. Windows color (decimal): -4126643 or 5048513. OLE color: 5048513.

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

Color convert

RGB 193 8 77 -
CMYK 0 0.96 0.60 0.24
HSL 337.62º 0.92% 0.39% -
HSV(B) 337.62º 0.96% 0.76% -
XYZ 23.42 12.05 8.11 -
YUV 71.18 131.29 214.89 -
System Red Green Blue C M Y K H S L
Decimal 193 8 77 0 0.96 0.60 0.24 337.62 0.92 0.39
Hex C1 8 4D 0 60 3C 18 152 5C 27
Octal 301 10 115 0 140 74 30 522 134 47
Binary 11000001 1000 1001101 0 1100000 111100 11000 101010010 1011100 100111

Color Harmonies of #C1084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1084D

Black with #C1084D

Text Example


Text Example

White with #C1084D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1084D; }

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

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

background-color css

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

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

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

border-color css

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

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

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