Html Css Color HEX #C60637 Cardinal

📋 copy color: '#C60637'

red 198 ◦ green 6 ◦ blue 55

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

Shades of Cardinal #C60637

Tints of Cardinal #C60637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.24%

R = 76.45%
G = 2.32%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C60637 (or 0xC60637) is known color: Cardinal. HEX triplet: C6, 06 and 37. RGB value is (198,6,55). Sum of RGB (Red+Green+Blue) = 198+6+55=259 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.45% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 198 - color contains mainly: red. Hex color #C60637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60637 is #39F9C8. Grayscale: #444444. Windows color (decimal): -3799497 or 3606214. OLE color: 3606214.

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

Color convert

RGB 198 6 55 -
CMYK 0 0.97 0.72 0.22
HSL 344.69º 0.94% 0.4% -
HSV(B) 344.69º 0.97% 0.78% -
XYZ 24.04 12.41 4.74 -
YUV 68.99 120.11 220.02 -
System Red Green Blue C M Y K H S L
Decimal 198 6 55 0 0.97 0.72 0.22 344.69 0.94 0.4
Hex C6 6 37 0 61 48 16 159 5E 28
Octal 306 6 67 0 141 110 26 531 136 50
Binary 11000110 110 110111 0 1100001 1001000 10110 101011001 1011110 101000

Color Harmonies of #C60637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60637

Black with #C60637

Text Example


Text Example

White with #C60637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60637; }

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

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

background-color css

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

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

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

border-color css

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

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

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