Html Css Color HEX #C6203A Cardinal

📋 copy color: '#C6203A'

red 198 ◦ green 32 ◦ blue 58

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

Shades of Cardinal #C6203A

Tints of Cardinal #C6203A

RGB

 RED value IS 198 (77.73% from 255) = 68.75%

 GREEN value IS 32 (12.89% from 255) = 11.11%

 BLUE value IS 58 (23.05% from 255) = 20.14%

R = 68.75%
G = 11.11%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C6203A (or 0xC6203A) is known color: Cardinal. HEX triplet: C6, 20 and 3A. RGB value is (198,32,58). Sum of RGB (Red+Green+Blue) = 198+32+58=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C6203A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6203A is #39DFC5. Grayscale: #545454. Windows color (decimal): -3792838 or 3809478. OLE color: 3809478.

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

Color convert

RGB 198 32 58 -
CMYK 0 0.84 0.71 0.22
HSL 350.6º 0.72% 0.45% -
HSV(B) 350.6º 0.84% 0.78% -
XYZ 24.57 13.34 5.28 -
YUV 84.6 113 208.89 -
System Red Green Blue C M Y K H S L
Decimal 198 32 58 0 0.84 0.71 0.22 350.6 0.72 0.45
Hex C6 20 3A 0 54 47 16 15F 48 2D
Octal 306 40 72 0 124 107 26 537 110 55
Binary 11000110 100000 111010 0 1010100 1000111 10110 101011111 1001000 101101

Color Harmonies of #C6203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6203A

Black with #C6203A

Text Example


Text Example

White with #C6203A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6203A; }

 p { color: rgb(198,32,58); }

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

background-color css

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

 a { background-color: rgb(198,32,58); }

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

border-color css

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

 span { border-color: rgb(198,32,58); }

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