Html Css Color HEX #C61650 Cardinal

📋 copy color: '#C61650'

red 198 ◦ green 22 ◦ blue 80

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

Shades of Cardinal #C61650

Tints of Cardinal #C61650

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.33%

 BLUE value IS 80 (31.64% from 255) = 26.67%

R = 66%
G = 7.33%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C61650 (or 0xC61650) is known color: Cardinal. HEX triplet: C6, 16 and 50. RGB value is (198,22,80). Sum of RGB (Red+Green+Blue) = 198+22+80=300 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 198 - color contains mainly: red. Hex color #C61650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61650 is #39E9AF. Grayscale: #515151. Windows color (decimal): -3795376 or 5248710. OLE color: 5248710.

HSL color Cylindrical-coordinate representation of color #C61650: hue angle of 340.23º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61650 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 22 80 -
CMYK 0 0.89 0.60 0.22
HSL 340.23º 0.8% 0.43% -
HSV(B) 340.23º 0.89% 0.78% -
XYZ 25.02 13.16 8.81 -
YUV 81.24 127.31 211.28 -
System Red Green Blue C M Y K H S L
Decimal 198 22 80 0 0.89 0.60 0.22 340.23 0.8 0.43
Hex C6 16 50 0 59 3C 16 154 50 2B
Octal 306 26 120 0 131 74 26 524 120 53
Binary 11000110 10110 1010000 0 1011001 111100 10110 101010100 1010000 101011

Color Harmonies of #C61650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61650

Black with #C61650

Text Example


Text Example

White with #C61650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61650; }

 p { color: rgb(198,22,80); }

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

background-color css

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

 a { background-color: rgb(198,22,80); }

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

border-color css

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

 span { border-color: rgb(198,22,80); }

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