Html Css Color HEX #C60743 Cardinal

📋 copy color: '#C60743'

red 198 ◦ green 7 ◦ blue 67

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

Shades of Cardinal #C60743

Tints of Cardinal #C60743

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.57%

 BLUE value IS 67 (26.56% from 255) = 24.63%

R = 72.79%
G = 2.57%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C60743 (or 0xC60743) is known color: Cardinal. HEX triplet: C6, 07 and 43. RGB value is (198,7,67). Sum of RGB (Red+Green+Blue) = 198+7+67=272 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.79% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 67 (26.56% from 255 or 24.63% from 272); Max value from RGB is 198 - color contains mainly: red. Hex color #C60743 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60743 is #39F8BC. Grayscale: #464646. Windows color (decimal): -3799229 or 4392902. OLE color: 4392902.

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

Color convert

RGB 198 7 67 -
CMYK 0 0.96 0.66 0.22
HSL 341.15º 0.93% 0.4% -
HSV(B) 341.15º 0.96% 0.78% -
XYZ 24.38 12.56 6.45 -
YUV 70.95 125.78 218.62 -
System Red Green Blue C M Y K H S L
Decimal 198 7 67 0 0.96 0.66 0.22 341.15 0.93 0.4
Hex C6 7 43 0 60 42 16 155 5D 28
Octal 306 7 103 0 140 102 26 525 135 50
Binary 11000110 111 1000011 0 1100000 1000010 10110 101010101 1011101 101000

Color Harmonies of #C60743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60743

Black with #C60743

Text Example


Text Example

White with #C60743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60743; }

 p { color: rgb(198,7,67); }

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

background-color css

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

 a { background-color: rgb(198,7,67); }

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

border-color css

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

 span { border-color: rgb(198,7,67); }

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