Html Css Color HEX #C3114C Cardinal

📋 copy color: '#C3114C'

red 195 ◦ green 17 ◦ blue 76

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

Shades of Cardinal #C3114C

Tints of Cardinal #C3114C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.9%

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

R = 67.71%
G = 5.9%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3114C (or 0xC3114C) is known color: Cardinal. HEX triplet: C3, 11 and 4C. RGB value is (195,17,76). Sum of RGB (Red+Green+Blue) = 195+17+76=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C3114C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3114C is #3CEEB3. Grayscale: #4C4C4C. Windows color (decimal): -3993268 or 4985283. OLE color: 4985283.

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

Color convert

RGB 195 17 76 -
CMYK 0 0.91 0.61 0.24
HSL 340.11º 0.84% 0.42% -
HSV(B) 340.11º 0.91% 0.76% -
XYZ 24.01 12.52 7.99 -
YUV 76.95 127.47 212.2 -
System Red Green Blue C M Y K H S L
Decimal 195 17 76 0 0.91 0.61 0.24 340.11 0.84 0.42
Hex C3 11 4C 0 5B 3D 18 154 54 2A
Octal 303 21 114 0 133 75 30 524 124 52
Binary 11000011 10001 1001100 0 1011011 111101 11000 101010100 1010100 101010

Color Harmonies of #C3114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3114C

Black with #C3114C

Text Example


Text Example

White with #C3114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3114C; }

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

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

background-color css

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

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

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

border-color css

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

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

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