Html Css Color HEX #C6043C Cardinal

📋 copy color: '#C6043C'

red 198 ◦ green 4 ◦ blue 60

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

Shades of Cardinal #C6043C

Tints of Cardinal #C6043C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.53%

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

R = 75.57%
G = 1.53%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6043C (or 0xC6043C) is known color: Cardinal. HEX triplet: C6, 04 and 3C. RGB value is (198,4,60). Sum of RGB (Red+Green+Blue) = 198+4+60=262 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.57% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 198 - color contains mainly: red. Hex color #C6043C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6043C is #39FBC3. Grayscale: #444444. Windows color (decimal): -3800004 or 3933382. OLE color: 3933382.

HSL color Cylindrical-coordinate representation of color #C6043C: hue angle of 342.68º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6043C is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 4 60 -
CMYK 0 0.98 0.70 0.22
HSL 342.68º 0.96% 0.4% -
HSV(B) 342.68º 0.98% 0.78% -
XYZ 24.15 12.42 5.4 -
YUV 68.39 123.27 220.45 -
System Red Green Blue C M Y K H S L
Decimal 198 4 60 0 0.98 0.70 0.22 342.68 0.96 0.4
Hex C6 4 3C 0 62 46 16 157 60 28
Octal 306 4 74 0 142 106 26 527 140 50
Binary 11000110 100 111100 0 1100010 1000110 10110 101010111 1100000 101000

Color Harmonies of #C6043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6043C

Black with #C6043C

Text Example


Text Example

White with #C6043C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6043C; }

 p { color: rgb(198,4,60); }

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

background-color css

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

 a { background-color: rgb(198,4,60); }

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

border-color css

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

 span { border-color: rgb(198,4,60); }

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