Html Css Color HEX #C2043C Cardinal

📋 copy color: '#C2043C'

red 194 ◦ green 4 ◦ blue 60

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

Shades of Cardinal #C2043C

Tints of Cardinal #C2043C

RGB

 RED value IS 194 (76.17% from 255) = 75.19%

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

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

R = 75.19%
G = 1.55%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2043C (or 0xC2043C) is known color: Cardinal. HEX triplet: C2, 04 and 3C. RGB value is (194,4,60). Sum of RGB (Red+Green+Blue) = 194+4+60=258 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.19% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 194 - color contains mainly: red. Hex color #C2043C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2043C is #3DFBC3. Grayscale: #434343. Windows color (decimal): -4062148 or 3933378. OLE color: 3933378.

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

Color convert

RGB 194 4 60 -
CMYK 0 0.98 0.69 0.24
HSL 342.32º 0.96% 0.39% -
HSV(B) 342.32º 0.98% 0.76% -
XYZ 23.11 11.88 5.35 -
YUV 67.19 123.95 218.45 -
System Red Green Blue C M Y K H S L
Decimal 194 4 60 0 0.98 0.69 0.24 342.32 0.96 0.39
Hex C2 4 3C 0 62 45 18 156 60 27
Octal 302 4 74 0 142 105 30 526 140 47
Binary 11000010 100 111100 0 1100010 1000101 11000 101010110 1100000 100111

Color Harmonies of #C2043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2043C

Black with #C2043C

Text Example


Text Example

White with #C2043C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2043C; }

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

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

background-color css

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

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

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

border-color css

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

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

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