Html Css Color HEX #C42045 Cardinal

📋 copy color: '#C42045'

red 196 ◦ green 32 ◦ blue 69

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

Shades of Cardinal #C42045

Tints of Cardinal #C42045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.23%

R = 65.99%
G = 10.77%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C42045 (or 0xC42045) is known color: Cardinal. HEX triplet: C4, 20 and 45. RGB value is (196,32,69). Sum of RGB (Red+Green+Blue) = 196+32+69=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C42045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42045 is #3BDFBA. Grayscale: #555555. Windows color (decimal): -3923899 or 4530372. OLE color: 4530372.

HSL color Cylindrical-coordinate representation of color #C42045: hue angle of 346.46º 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 #C42045 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 32 69 -
CMYK 0 0.84 0.65 0.23
HSL 346.46º 0.72% 0.45% -
HSV(B) 346.46º 0.84% 0.77% -
XYZ 24.36 13.2 6.89 -
YUV 85.25 118.83 206.99 -
System Red Green Blue C M Y K H S L
Decimal 196 32 69 0 0.84 0.65 0.23 346.46 0.72 0.45
Hex C4 20 45 0 54 41 17 15A 48 2D
Octal 304 40 105 0 124 101 27 532 110 55
Binary 11000100 100000 1000101 0 1010100 1000001 10111 101011010 1001000 101101

Color Harmonies of #C42045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42045

Black with #C42045

Text Example


Text Example

White with #C42045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42045; }

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

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

background-color css

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

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

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

border-color css

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

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

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