Html Css Color HEX #C60642 Cardinal

📋 copy color: '#C60642'

red 198 ◦ green 6 ◦ blue 66

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

Shades of Cardinal #C60642

Tints of Cardinal #C60642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.44%

R = 73.33%
G = 2.22%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C60642 (or 0xC60642) is known color: Cardinal. HEX triplet: C6, 06 and 42. RGB value is (198,6,66). Sum of RGB (Red+Green+Blue) = 198+6+66=270 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.33% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 198 - color contains mainly: red. Hex color #C60642 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60642 is #39F9BD. Grayscale: #464646. Windows color (decimal): -3799486 or 4327110. OLE color: 4327110.

HSL color Cylindrical-coordinate representation of color #C60642: hue angle of 341.25º 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 #C60642 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 6 66 -
CMYK 0 0.97 0.67 0.22
HSL 341.25º 0.94% 0.4% -
HSV(B) 341.25º 0.97% 0.78% -
XYZ 24.34 12.53 6.29 -
YUV 70.25 125.61 219.12 -
System Red Green Blue C M Y K H S L
Decimal 198 6 66 0 0.97 0.67 0.22 341.25 0.94 0.4
Hex C6 6 42 0 61 43 16 155 5E 28
Octal 306 6 102 0 141 103 26 525 136 50
Binary 11000110 110 1000010 0 1100001 1000011 10110 101010101 1011110 101000

Color Harmonies of #C60642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60642

Black with #C60642

Text Example


Text Example

White with #C60642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60642; }

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

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

background-color css

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

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

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

border-color css

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

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

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