Html Css Color HEX #C42042 Cardinal

📋 copy color: '#C42042'

red 196 ◦ green 32 ◦ blue 66

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

Shades of Cardinal #C42042

Tints of Cardinal #C42042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.45%

R = 66.67%
G = 10.88%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C42042 (or 0xC42042) is known color: Cardinal. HEX triplet: C4, 20 and 42. RGB value is (196,32,66). Sum of RGB (Red+Green+Blue) = 196+32+66=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C42042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42042 is #3BDFBD. Grayscale: #545454. Windows color (decimal): -3923902 or 4333764. OLE color: 4333764.

HSL color Cylindrical-coordinate representation of color #C42042: hue angle of 347.56º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C42042 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 32 66 -
CMYK 0 0.84 0.66 0.23
HSL 347.56º 0.72% 0.45% -
HSV(B) 347.56º 0.84% 0.77% -
XYZ 24.26 13.16 6.42 -
YUV 84.91 117.33 207.24 -
System Red Green Blue C M Y K H S L
Decimal 196 32 66 0 0.84 0.66 0.23 347.56 0.72 0.45
Hex C4 20 42 0 54 42 17 15C 48 2D
Octal 304 40 102 0 124 102 27 534 110 55
Binary 11000100 100000 1000010 0 1010100 1000010 10111 101011100 1001000 101101

Color Harmonies of #C42042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42042

Black with #C42042

Text Example


Text Example

White with #C42042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42042; }

 p { color: rgb(196,32,66); }

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

background-color css

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

 a { background-color: rgb(196,32,66); }

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

border-color css

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

 span { border-color: rgb(196,32,66); }

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