Html Css Color HEX #C0114A Cardinal

📋 copy color: '#C0114A'

red 192 ◦ green 17 ◦ blue 74

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

Shades of Cardinal #C0114A

Tints of Cardinal #C0114A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.15%

R = 67.84%
G = 6.01%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0114A (or 0xC0114A) is known color: Cardinal. HEX triplet: C0, 11 and 4A. RGB value is (192,17,74). Sum of RGB (Red+Green+Blue) = 192+17+74=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C0114A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0114A is #3FEEB5. Grayscale: #4B4B4B. Windows color (decimal): -4189878 or 4854208. OLE color: 4854208.

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

Color convert

RGB 192 17 74 -
CMYK 0 0.91 0.61 0.25
HSL 340.46º 0.84% 0.41% -
HSV(B) 340.46º 0.91% 0.75% -
XYZ 23.17 12.1 7.59 -
YUV 75.82 126.98 210.87 -
System Red Green Blue C M Y K H S L
Decimal 192 17 74 0 0.91 0.61 0.25 340.46 0.84 0.41
Hex C0 11 4A 0 5B 3D 19 154 54 29
Octal 300 21 112 0 133 75 31 524 124 51
Binary 11000000 10001 1001010 0 1011011 111101 11001 101010100 1010100 101001

Color Harmonies of #C0114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0114A

Black with #C0114A

Text Example


Text Example

White with #C0114A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0114A; }

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

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

background-color css

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

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

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

border-color css

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

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

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