Html Css Color HEX #C12043 Cardinal

📋 copy color: '#C12043'

red 193 ◦ green 32 ◦ blue 67

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

Shades of Cardinal #C12043

Tints of Cardinal #C12043

RGB

 RED value IS 193 (75.78% from 255) = 66.1%

 GREEN value IS 32 (12.89% from 255) = 10.96%

 BLUE value IS 67 (26.56% from 255) = 22.95%

R = 66.1%
G = 10.96%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C12043 (or 0xC12043) is known color: Cardinal. HEX triplet: C1, 20 and 43. RGB value is (193,32,67). Sum of RGB (Red+Green+Blue) = 193+32+67=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C12043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12043 is #3EDFBC. Grayscale: #545454. Windows color (decimal): -4120509 or 4399297. OLE color: 4399297.

HSL color Cylindrical-coordinate representation of color #C12043: hue angle of 346.96º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12043 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 32 67 -
CMYK 0 0.83 0.65 0.24
HSL 346.96º 0.72% 0.44% -
HSV(B) 346.96º 0.83% 0.76% -
XYZ 23.52 12.78 6.54 -
YUV 84.13 118.34 205.65 -
System Red Green Blue C M Y K H S L
Decimal 193 32 67 0 0.83 0.65 0.24 346.96 0.72 0.44
Hex C1 20 43 0 53 41 18 15B 48 2C
Octal 301 40 103 0 123 101 30 533 110 54
Binary 11000001 100000 1000011 0 1010011 1000001 11000 101011011 1001000 101100

Color Harmonies of #C12043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12043

Black with #C12043

Text Example


Text Example

White with #C12043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12043; }

 p { color: rgb(193,32,67); }

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

background-color css

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

 a { background-color: rgb(193,32,67); }

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

border-color css

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

 span { border-color: rgb(193,32,67); }

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