Html Css Color HEX #C3104C Cardinal

📋 copy color: '#C3104C'

red 195 ◦ green 16 ◦ blue 76

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

Shades of Cardinal #C3104C

Tints of Cardinal #C3104C

RGB

 RED value IS 195 (76.56% from 255) = 67.94%

 GREEN value IS 16 (6.64% from 255) = 5.57%

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

R = 67.94%
G = 5.57%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3104C (or 0xC3104C) is known color: Cardinal. HEX triplet: C3, 10 and 4C. RGB value is (195,16,76). Sum of RGB (Red+Green+Blue) = 195+16+76=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C3104C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3104C is #3CEFB3. Grayscale: #4C4C4C. Windows color (decimal): -3993524 or 4985027. OLE color: 4985027.

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

Color convert

RGB 195 16 76 -
CMYK 0 0.92 0.61 0.24
HSL 339.89º 0.85% 0.41% -
HSV(B) 339.89º 0.92% 0.76% -
XYZ 24 12.49 7.98 -
YUV 76.36 127.8 212.62 -
System Red Green Blue C M Y K H S L
Decimal 195 16 76 0 0.92 0.61 0.24 339.89 0.85 0.41
Hex C3 10 4C 0 5C 3D 18 154 55 29
Octal 303 20 114 0 134 75 30 524 125 51
Binary 11000011 10000 1001100 0 1011100 111101 11000 101010100 1010101 101001

Color Harmonies of #C3104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3104C

Black with #C3104C

Text Example


Text Example

White with #C3104C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3104C; }

 p { color: rgb(195,16,76); }

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

background-color css

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

 a { background-color: rgb(195,16,76); }

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

border-color css

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

 span { border-color: rgb(195,16,76); }

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