Html Css Color HEX #C3154E Cardinal

📋 copy color: '#C3154E'

red 195 ◦ green 21 ◦ blue 78

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

Shades of Cardinal #C3154E

Tints of Cardinal #C3154E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.14%

 BLUE value IS 78 (30.86% from 255) = 26.53%

R = 66.33%
G = 7.14%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#C3154E (or 0xC3154E) is known color: Cardinal. HEX triplet: C3, 15 and 4E. RGB value is (195,21,78). Sum of RGB (Red+Green+Blue) = 195+21+78=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C3154E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3154E is #3CEAB1. Grayscale: #4F4F4F. Windows color (decimal): -3992242 or 5117379. OLE color: 5117379.

HSL color Cylindrical-coordinate representation of color #C3154E: hue angle of 340.34º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C3154E is Cyan = 0, Magento = 0.89, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 21 78 -
CMYK 0 0.89 0.6 0.24
HSL 340.34º 0.81% 0.42% -
HSV(B) 340.34º 0.89% 0.76% -
XYZ 24.15 12.69 8.38 -
YUV 79.52 127.15 210.37 -
System Red Green Blue C M Y K H S L
Decimal 195 21 78 0 0.89 0.6 0.24 340.34 0.81 0.42
Hex C3 15 4E 0 59 3C 18 154 51 2A
Octal 303 25 116 0 131 74 30 524 121 52
Binary 11000011 10101 1001110 0 1011001 111100 11000 101010100 1010001 101010

Color Harmonies of #C3154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3154E

Black with #C3154E

Text Example


Text Example

White with #C3154E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3154E; }

 p { color: rgb(195,21,78); }

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

background-color css

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

 a { background-color: rgb(195,21,78); }

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

border-color css

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

 span { border-color: rgb(195,21,78); }

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