Html Css Color HEX #C8134C Cardinal

📋 copy color: '#C8134C'

red 200 ◦ green 19 ◦ blue 76

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

Shades of Cardinal #C8134C

Tints of Cardinal #C8134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.44%

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

R = 67.8%
G = 6.44%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8134C (or 0xC8134C) is known color: Cardinal. HEX triplet: C8, 13 and 4C. RGB value is (200,19,76). Sum of RGB (Red+Green+Blue) = 200+19+76=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C8134C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8134C is #37ECB3. Grayscale: #4F4F4F. Windows color (decimal): -3665076 or 4985800. OLE color: 4985800.

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

Color convert

RGB 200 19 76 -
CMYK 0 0.90 0.62 0.22
HSL 341.11º 0.83% 0.43% -
HSV(B) 341.11º 0.91% 0.78% -
XYZ 25.36 13.27 8.06 -
YUV 79.62 125.97 213.87 -
System Red Green Blue C M Y K H S L
Decimal 200 19 76 0 0.90 0.62 0.22 341.11 0.83 0.43
Hex C8 13 4C 0 5A 3E 16 155 53 2B
Octal 310 23 114 0 132 76 26 525 123 53
Binary 11001000 10011 1001100 0 1011010 111110 10110 101010101 1010011 101011

Color Harmonies of #C8134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8134C

Black with #C8134C

Text Example


Text Example

White with #C8134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8134C; }

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

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

background-color css

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

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

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

border-color css

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

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

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