Html Css Color HEX #C8124C Cardinal

📋 copy color: '#C8124C'

red 200 ◦ green 18 ◦ blue 76

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

Shades of Cardinal #C8124C

Tints of Cardinal #C8124C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.12%

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

R = 68.03%
G = 6.12%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8124C (or 0xC8124C) is known color: Cardinal. HEX triplet: C8, 12 and 4C. RGB value is (200,18,76). Sum of RGB (Red+Green+Blue) = 200+18+76=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C8124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8124C is #37EDB3. Grayscale: #4E4E4E. Windows color (decimal): -3665332 or 4985544. OLE color: 4985544.

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

Color convert

RGB 200 18 76 -
CMYK 0 0.91 0.62 0.22
HSL 340.88º 0.83% 0.43% -
HSV(B) 340.88º 0.91% 0.78% -
XYZ 25.34 13.23 8.06 -
YUV 79.03 126.3 214.28 -
System Red Green Blue C M Y K H S L
Decimal 200 18 76 0 0.91 0.62 0.22 340.88 0.83 0.43
Hex C8 12 4C 0 5B 3E 16 155 53 2B
Octal 310 22 114 0 133 76 26 525 123 53
Binary 11001000 10010 1001100 0 1011011 111110 10110 101010101 1010011 101011

Color Harmonies of #C8124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8124C

Black with #C8124C

Text Example


Text Example

White with #C8124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8124C; }

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

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

background-color css

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

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

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

border-color css

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

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

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