Html Css Color HEX #C3174C Cardinal

📋 copy color: '#C3174C'

red 195 ◦ green 23 ◦ blue 76

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

Shades of Cardinal #C3174C

Tints of Cardinal #C3174C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.82%

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

R = 66.33%
G = 7.82%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3174C (or 0xC3174C) is known color: Cardinal. HEX triplet: C3, 17 and 4C. RGB value is (195,23,76). Sum of RGB (Red+Green+Blue) = 195+23+76=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C3174C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3174C is #3CE8B3. Grayscale: #505050. Windows color (decimal): -3991732 or 4986819. OLE color: 4986819.

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

Color convert

RGB 195 23 76 -
CMYK 0 0.88 0.61 0.24
HSL 341.51º 0.79% 0.43% -
HSV(B) 341.51º 0.88% 0.76% -
XYZ 24.12 12.74 8.02 -
YUV 80.47 125.48 209.69 -
System Red Green Blue C M Y K H S L
Decimal 195 23 76 0 0.88 0.61 0.24 341.51 0.79 0.43
Hex C3 17 4C 0 58 3D 18 156 4F 2B
Octal 303 27 114 0 130 75 30 526 117 53
Binary 11000011 10111 1001100 0 1011000 111101 11000 101010110 1001111 101011

Color Harmonies of #C3174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3174C

Black with #C3174C

Text Example


Text Example

White with #C3174C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3174C; }

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

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

background-color css

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

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

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

border-color css

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

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

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