Html Css Color HEX #C6063B Cardinal

📋 copy color: '#C6063B'

red 198 ◦ green 6 ◦ blue 59

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

Shades of Cardinal #C6063B

Tints of Cardinal #C6063B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.28%

 BLUE value IS 59 (23.44% from 255) = 22.43%

R = 75.29%
G = 2.28%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6063B (or 0xC6063B) is known color: Cardinal. HEX triplet: C6, 06 and 3B. RGB value is (198,6,59). Sum of RGB (Red+Green+Blue) = 198+6+59=263 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.29% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 198 - color contains mainly: red. Hex color #C6063B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6063B is #39F9C4. Grayscale: #454545. Windows color (decimal): -3799493 or 3868358. OLE color: 3868358.

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

Color convert

RGB 198 6 59 -
CMYK 0 0.97 0.70 0.22
HSL 343.44º 0.94% 0.4% -
HSV(B) 343.44º 0.97% 0.78% -
XYZ 24.14 12.45 5.27 -
YUV 69.45 122.11 219.69 -
System Red Green Blue C M Y K H S L
Decimal 198 6 59 0 0.97 0.70 0.22 343.44 0.94 0.4
Hex C6 6 3B 0 61 46 16 157 5E 28
Octal 306 6 73 0 141 106 26 527 136 50
Binary 11000110 110 111011 0 1100001 1000110 10110 101010111 1011110 101000

Color Harmonies of #C6063B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6063B

Black with #C6063B

Text Example


Text Example

White with #C6063B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6063B; }

 p { color: rgb(198,6,59); }

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

background-color css

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

 a { background-color: rgb(198,6,59); }

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

border-color css

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

 span { border-color: rgb(198,6,59); }

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