Html Css Color HEX #C01150 Cardinal

📋 copy color: '#C01150'

red 192 ◦ green 17 ◦ blue 80

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

Shades of Cardinal #C01150

Tints of Cardinal #C01150

RGB

 RED value IS 192 (75.39% from 255) = 66.44%

 GREEN value IS 17 (7.03% from 255) = 5.88%

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

R = 66.44%
G = 5.88%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C01150 (or 0xC01150) is known color: Cardinal. HEX triplet: C0, 11 and 50. RGB value is (192,17,80). Sum of RGB (Red+Green+Blue) = 192+17+80=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C01150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01150 is #3FEEAF. Grayscale: #4C4C4C. Windows color (decimal): -4189872 or 5247424. OLE color: 5247424.

HSL color Cylindrical-coordinate representation of color #C01150: hue angle of 338.4º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01150 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 17 80 -
CMYK 0 0.91 0.58 0.25
HSL 338.4º 0.84% 0.41% -
HSV(B) 338.4º 0.91% 0.75% -
XYZ 23.39 12.19 8.71 -
YUV 76.51 129.98 210.38 -
System Red Green Blue C M Y K H S L
Decimal 192 17 80 0 0.91 0.58 0.25 338.4 0.84 0.41
Hex C0 11 50 0 5B 3A 19 152 54 29
Octal 300 21 120 0 133 72 31 522 124 51
Binary 11000000 10001 1010000 0 1011011 111010 11001 101010010 1010100 101001

Color Harmonies of #C01150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01150

Black with #C01150

Text Example


Text Example

White with #C01150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01150; }

 p { color: rgb(192,17,80); }

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

background-color css

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

 a { background-color: rgb(192,17,80); }

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

border-color css

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

 span { border-color: rgb(192,17,80); }

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