Html Css Color HEX #C01050 Cardinal

📋 copy color: '#C01050'

red 192 ◦ green 16 ◦ blue 80

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

Shades of Cardinal #C01050

Tints of Cardinal #C01050

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.56%

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

R = 66.67%
G = 5.56%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C01050 (or 0xC01050) is known color: Cardinal. HEX triplet: C0, 10 and 50. RGB value is (192,16,80). Sum of RGB (Red+Green+Blue) = 192+16+80=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C01050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01050 is #3FEFAF. Grayscale: #4B4B4B. Windows color (decimal): -4190128 or 5247168. OLE color: 5247168.

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

Color convert

RGB 192 16 80 -
CMYK 0 0.92 0.58 0.25
HSL 338.18º 0.85% 0.41% -
HSV(B) 338.18º 0.92% 0.75% -
XYZ 23.37 12.16 8.7 -
YUV 75.92 130.31 210.8 -
System Red Green Blue C M Y K H S L
Decimal 192 16 80 0 0.92 0.58 0.25 338.18 0.85 0.41
Hex C0 10 50 0 5C 3A 19 152 55 29
Octal 300 20 120 0 134 72 31 522 125 51
Binary 11000000 10000 1010000 0 1011100 111010 11001 101010010 1010101 101001

Color Harmonies of #C01050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01050

Black with #C01050

Text Example


Text Example

White with #C01050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01050; }

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

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

background-color css

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

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

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

border-color css

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

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

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