Html Css Color HEX #C8193C Cardinal

📋 copy color: '#C8193C'

red 200 ◦ green 25 ◦ blue 60

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

Shades of Cardinal #C8193C

Tints of Cardinal #C8193C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.77%

 BLUE value IS 60 (23.83% from 255) = 21.05%

R = 70.18%
G = 8.77%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C8193C (or 0xC8193C) is known color: Cardinal. HEX triplet: C8, 19 and 3C. RGB value is (200,25,60). Sum of RGB (Red+Green+Blue) = 200+25+60=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C8193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8193C is #37E6C3. Grayscale: #515151. Windows color (decimal): -3663556 or 3938760. OLE color: 3938760.

HSL color Cylindrical-coordinate representation of color #C8193C: hue angle of 348º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8193C is Cyan = 0, Magento = 0.88, Yellow = 0.7 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 25 60 -
CMYK 0 0.88 0.7 0.22
HSL 348º 0.78% 0.44% -
HSV(B) 348º 0.88% 0.78% -
XYZ 24.98 13.3 5.53 -
YUV 81.32 115.98 212.65 -
System Red Green Blue C M Y K H S L
Decimal 200 25 60 0 0.88 0.7 0.22 348 0.78 0.44
Hex C8 19 3C 0 58 46 16 15C 4E 2C
Octal 310 31 74 0 130 106 26 534 116 54
Binary 11001000 11001 111100 0 1011000 1000110 10110 101011100 1001110 101100

Color Harmonies of #C8193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8193C

Black with #C8193C

Text Example


Text Example

White with #C8193C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8193C; }

 p { color: rgb(200,25,60); }

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

background-color css

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

 a { background-color: rgb(200,25,60); }

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

border-color css

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

 span { border-color: rgb(200,25,60); }

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