Html Css Color HEX #C1064C Cardinal

📋 copy color: '#C1064C'

red 193 ◦ green 6 ◦ blue 76

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

Shades of Cardinal #C1064C

Tints of Cardinal #C1064C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.18%

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

R = 70.18%
G = 2.18%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1064C (or 0xC1064C) is known color: Cardinal. HEX triplet: C1, 06 and 4C. RGB value is (193,6,76). Sum of RGB (Red+Green+Blue) = 193+6+76=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C1064C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1064C is #3EF9B3. Grayscale: #454545. Windows color (decimal): -4127156 or 4982465. OLE color: 4982465.

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

Color convert

RGB 193 6 76 -
CMYK 0 0.97 0.61 0.24
HSL 337.54º 0.94% 0.39% -
HSV(B) 337.54º 0.97% 0.76% -
XYZ 23.36 11.99 7.92 -
YUV 69.89 131.45 215.81 -
System Red Green Blue C M Y K H S L
Decimal 193 6 76 0 0.97 0.61 0.24 337.54 0.94 0.39
Hex C1 6 4C 0 61 3D 18 152 5E 27
Octal 301 6 114 0 141 75 30 522 136 47
Binary 11000001 110 1001100 0 1100001 111101 11000 101010010 1011110 100111

Color Harmonies of #C1064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1064C

Black with #C1064C

Text Example


Text Example

White with #C1064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1064C; }

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

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

background-color css

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

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

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

border-color css

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

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

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