Html Css Color HEX #C5053C Cardinal

📋 copy color: '#C5053C'

red 197 ◦ green 5 ◦ blue 60

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

Shades of Cardinal #C5053C

Tints of Cardinal #C5053C

RGB

 RED value IS 197 (77.34% from 255) = 75.19%

 GREEN value IS 5 (2.34% from 255) = 1.91%

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

R = 75.19%
G = 1.91%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C5053C (or 0xC5053C) is known color: Cardinal. HEX triplet: C5, 05 and 3C. RGB value is (197,5,60). Sum of RGB (Red+Green+Blue) = 197+5+60=262 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.19% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 197 - color contains mainly: red. Hex color #C5053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5053C is #3AFAC3. Grayscale: #444444. Windows color (decimal): -3865284 or 3933637. OLE color: 3933637.

HSL color Cylindrical-coordinate representation of color #C5053C: hue angle of 342.81º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5053C is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 5 60 -
CMYK 0 0.97 0.70 0.23
HSL 342.81º 0.95% 0.4% -
HSV(B) 342.81º 0.97% 0.77% -
XYZ 23.9 12.31 5.39 -
YUV 68.68 123.11 219.53 -
System Red Green Blue C M Y K H S L
Decimal 197 5 60 0 0.97 0.70 0.23 342.81 0.95 0.4
Hex C5 5 3C 0 61 46 17 157 5F 28
Octal 305 5 74 0 141 106 27 527 137 50
Binary 11000101 101 111100 0 1100001 1000110 10111 101010111 1011111 101000

Color Harmonies of #C5053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5053C

Black with #C5053C

Text Example


Text Example

White with #C5053C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5053C; }

 p { color: rgb(197,5,60); }

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

background-color css

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

 a { background-color: rgb(197,5,60); }

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

border-color css

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

 span { border-color: rgb(197,5,60); }

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