Html Css Color HEX #C01051 Cardinal

📋 copy color: '#C01051'

red 192 ◦ green 16 ◦ blue 81

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

Shades of Cardinal #C01051

Tints of Cardinal #C01051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 28.03%

R = 66.44%
G = 5.54%
B = 28.03%

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

#C01051 (or 0xC01051) is known color: Cardinal. HEX triplet: C0, 10 and 51. RGB value is (192,16,81). Sum of RGB (Red+Green+Blue) = 192+16+81=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C01051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01051 is #3FEFAE. Grayscale: #4B4B4B. Windows color (decimal): -4190127 or 5312704. OLE color: 5312704.

HSL color Cylindrical-coordinate representation of color #C01051: hue angle of 337.84º 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 #C01051 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 16 81 -
CMYK 0 0.92 0.58 0.25
HSL 337.84º 0.85% 0.41% -
HSV(B) 337.84º 0.92% 0.75% -
XYZ 23.41 12.17 8.9 -
YUV 76.03 130.81 210.71 -
System Red Green Blue C M Y K H S L
Decimal 192 16 81 0 0.92 0.58 0.25 337.84 0.85 0.41
Hex C0 10 51 0 5C 3A 19 152 55 29
Octal 300 20 121 0 134 72 31 522 125 51
Binary 11000000 10000 1010001 0 1011100 111010 11001 101010010 1010101 101001

Color Harmonies of #C01051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01051

Black with #C01051

Text Example


Text Example

White with #C01051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01051; }

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

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

background-color css

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

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

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

border-color css

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

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

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