Html Css Color HEX #C6104B Cardinal

📋 copy color: '#C6104B'

red 198 ◦ green 16 ◦ blue 75

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

Shades of Cardinal #C6104B

Tints of Cardinal #C6104B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.54%

 BLUE value IS 75 (29.69% from 255) = 25.95%

R = 68.51%
G = 5.54%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6104B (or 0xC6104B) is known color: Cardinal. HEX triplet: C6, 10 and 4B. RGB value is (198,16,75). Sum of RGB (Red+Green+Blue) = 198+16+75=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C6104B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6104B is #39EFB4. Grayscale: #4D4D4D. Windows color (decimal): -3796917 or 4919494. OLE color: 4919494.

HSL color Cylindrical-coordinate representation of color #C6104B: hue angle of 340.55º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6104B is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 16 75 -
CMYK 0 0.92 0.62 0.22
HSL 340.55º 0.85% 0.42% -
HSV(B) 340.55º 0.92% 0.78% -
XYZ 24.74 12.88 7.84 -
YUV 77.14 126.8 214.2 -
System Red Green Blue C M Y K H S L
Decimal 198 16 75 0 0.92 0.62 0.22 340.55 0.85 0.42
Hex C6 10 4B 0 5C 3E 16 155 55 2A
Octal 306 20 113 0 134 76 26 525 125 52
Binary 11000110 10000 1001011 0 1011100 111110 10110 101010101 1010101 101010

Color Harmonies of #C6104B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6104B

Black with #C6104B

Text Example


Text Example

White with #C6104B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6104B; }

 p { color: rgb(198,16,75); }

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

background-color css

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

 a { background-color: rgb(198,16,75); }

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

border-color css

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

 span { border-color: rgb(198,16,75); }

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