Html Css Color HEX #C0124C Cardinal

📋 copy color: '#C0124C'

red 192 ◦ green 18 ◦ blue 76

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

Shades of Cardinal #C0124C

Tints of Cardinal #C0124C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.29%

 BLUE value IS 76 (30.08% from 255) = 26.57%

R = 67.13%
G = 6.29%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0124C (or 0xC0124C) is known color: Cardinal. HEX triplet: C0, 12 and 4C. RGB value is (192,18,76). Sum of RGB (Red+Green+Blue) = 192+18+76=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C0124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0124C is #3FEDB3. Grayscale: #4C4C4C. Windows color (decimal): -4189620 or 4985536. OLE color: 4985536.

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

Color convert

RGB 192 18 76 -
CMYK 0 0.91 0.60 0.25
HSL 340º 0.83% 0.41% -
HSV(B) 340º 0.91% 0.75% -
XYZ 23.26 12.16 7.96 -
YUV 76.64 127.65 210.28 -
System Red Green Blue C M Y K H S L
Decimal 192 18 76 0 0.91 0.60 0.25 340 0.83 0.41
Hex C0 12 4C 0 5B 3C 19 154 53 29
Octal 300 22 114 0 133 74 31 524 123 51
Binary 11000000 10010 1001100 0 1011011 111100 11001 101010100 1010011 101001

Color Harmonies of #C0124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0124C

Black with #C0124C

Text Example


Text Example

White with #C0124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0124C; }

 p { color: rgb(192,18,76); }

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

background-color css

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

 a { background-color: rgb(192,18,76); }

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

border-color css

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

 span { border-color: rgb(192,18,76); }

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