Html Css Color HEX #C1084C Cardinal

📋 copy color: '#C1084C'

red 193 ◦ green 8 ◦ blue 76

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

Shades of Cardinal #C1084C

Tints of Cardinal #C1084C

RGB

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

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

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

R = 69.68%
G = 2.89%
B = 27.44%

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

#C1084C (or 0xC1084C) is known color: Cardinal. HEX triplet: C1, 08 and 4C. RGB value is (193,8,76). Sum of RGB (Red+Green+Blue) = 193+8+76=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C1084C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1084C is #3EF7B3. Grayscale: #464646. Windows color (decimal): -4126644 or 4982977. OLE color: 4982977.

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

Color convert

RGB 193 8 76 -
CMYK 0 0.96 0.61 0.24
HSL 337.95º 0.92% 0.39% -
HSV(B) 337.95º 0.96% 0.76% -
XYZ 23.38 12.03 7.93 -
YUV 71.07 130.79 214.97 -
System Red Green Blue C M Y K H S L
Decimal 193 8 76 0 0.96 0.61 0.24 337.95 0.92 0.39
Hex C1 8 4C 0 60 3D 18 152 5C 27
Octal 301 10 114 0 140 75 30 522 134 47
Binary 11000001 1000 1001100 0 1100000 111101 11000 101010010 1011100 100111

Color Harmonies of #C1084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1084C

Black with #C1084C

Text Example


Text Example

White with #C1084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1084C; }

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

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

background-color css

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

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

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

border-color css

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

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

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