Html Css Color HEX #C4043C Cardinal

📋 copy color: '#C4043C'

red 196 ◦ green 4 ◦ blue 60

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

Shades of Cardinal #C4043C

Tints of Cardinal #C4043C

RGB

 RED value IS 196 (76.95% from 255) = 75.38%

 GREEN value IS 4 (1.95% from 255) = 1.54%

 BLUE value IS 60 (23.83% from 255) = 23.08%

R = 75.38%
G = 1.54%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4043C (or 0xC4043C) is known color: Cardinal. HEX triplet: C4, 04 and 3C. RGB value is (196,4,60). Sum of RGB (Red+Green+Blue) = 196+4+60=260 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.38% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 196 - color contains mainly: red. Hex color #C4043C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4043C is #3BFBC3. Grayscale: #434343. Windows color (decimal): -3931076 or 3933380. OLE color: 3933380.

HSL color Cylindrical-coordinate representation of color #C4043C: hue angle of 342.5º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4043C is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 4 60 -
CMYK 0 0.98 0.69 0.23
HSL 342.5º 0.96% 0.39% -
HSV(B) 342.5º 0.98% 0.77% -
XYZ 23.62 12.15 5.37 -
YUV 67.79 123.61 219.45 -
System Red Green Blue C M Y K H S L
Decimal 196 4 60 0 0.98 0.69 0.23 342.5 0.96 0.39
Hex C4 4 3C 0 62 45 17 156 60 27
Octal 304 4 74 0 142 105 27 526 140 47
Binary 11000100 100 111100 0 1100010 1000101 10111 101010110 1100000 100111

Color Harmonies of #C4043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4043C

Black with #C4043C

Text Example


Text Example

White with #C4043C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4043C; }

 p { color: rgb(196,4,60); }

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

background-color css

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

 a { background-color: rgb(196,4,60); }

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

border-color css

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

 span { border-color: rgb(196,4,60); }

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