Html Css Color HEX #C8114C Cardinal

📋 copy color: '#C8114C'

red 200 ◦ green 17 ◦ blue 76

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

Shades of Cardinal #C8114C

Tints of Cardinal #C8114C

RGB

 RED value IS 200 (78.52% from 255) = 68.26%

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

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

R = 68.26%
G = 5.8%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8114C (or 0xC8114C) is known color: Cardinal. HEX triplet: C8, 11 and 4C. RGB value is (200,17,76). Sum of RGB (Red+Green+Blue) = 200+17+76=293 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.26% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 200 - color contains mainly: red. Hex color #C8114C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8114C is #37EEB3. Grayscale: #4E4E4E. Windows color (decimal): -3665588 or 4985288. OLE color: 4985288.

HSL color Cylindrical-coordinate representation of color #C8114C: hue angle of 340.66º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8114C is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 17 76 -
CMYK 0 0.92 0.62 0.22
HSL 340.66º 0.84% 0.43% -
HSV(B) 340.66º 0.92% 0.78% -
XYZ 25.32 13.2 8.05 -
YUV 78.44 126.63 214.7 -
System Red Green Blue C M Y K H S L
Decimal 200 17 76 0 0.92 0.62 0.22 340.66 0.84 0.43
Hex C8 11 4C 0 5C 3E 16 155 54 2B
Octal 310 21 114 0 134 76 26 525 124 53
Binary 11001000 10001 1001100 0 1011100 111110 10110 101010101 1010100 101011

Color Harmonies of #C8114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8114C

Black with #C8114C

Text Example


Text Example

White with #C8114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8114C; }

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

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

background-color css

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

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

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

border-color css

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

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

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