Html Css Color HEX #C3134C Cardinal

📋 copy color: '#C3134C'

red 195 ◦ green 19 ◦ blue 76

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

Shades of Cardinal #C3134C

Tints of Cardinal #C3134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.55%

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

R = 67.24%
G = 6.55%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3134C (or 0xC3134C) is known color: Cardinal. HEX triplet: C3, 13 and 4C. RGB value is (195,19,76). Sum of RGB (Red+Green+Blue) = 195+19+76=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C3134C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3134C is #3CECB3. Grayscale: #4E4E4E. Windows color (decimal): -3992756 or 4985795. OLE color: 4985795.

HSL color Cylindrical-coordinate representation of color #C3134C: hue angle of 340.57º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3134C is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 19 76 -
CMYK 0 0.90 0.61 0.24
HSL 340.57º 0.82% 0.42% -
HSV(B) 340.57º 0.9% 0.76% -
XYZ 24.04 12.59 8 -
YUV 78.12 126.81 211.37 -
System Red Green Blue C M Y K H S L
Decimal 195 19 76 0 0.90 0.61 0.24 340.57 0.82 0.42
Hex C3 13 4C 0 5A 3D 18 155 52 2A
Octal 303 23 114 0 132 75 30 525 122 52
Binary 11000011 10011 1001100 0 1011010 111101 11000 101010101 1010010 101010

Color Harmonies of #C3134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3134C

Black with #C3134C

Text Example


Text Example

White with #C3134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3134C; }

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

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

background-color css

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

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

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

border-color css

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

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

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