Html Css Color HEX #C2053C Cardinal

📋 copy color: '#C2053C'

red 194 ◦ green 5 ◦ blue 60

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

Shades of Cardinal #C2053C

Tints of Cardinal #C2053C

RGB

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

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

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

R = 74.9%
G = 1.93%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2053C (or 0xC2053C) is known color: Cardinal. HEX triplet: C2, 05 and 3C. RGB value is (194,5,60). Sum of RGB (Red+Green+Blue) = 194+5+60=259 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.90% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 194 - color contains mainly: red. Hex color #C2053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2053C is #3DFAC3. Grayscale: #434343. Windows color (decimal): -4061892 or 3933634. OLE color: 3933634.

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

Color convert

RGB 194 5 60 -
CMYK 0 0.97 0.69 0.24
HSL 342.54º 0.95% 0.39% -
HSV(B) 342.54º 0.97% 0.76% -
XYZ 23.12 11.9 5.35 -
YUV 67.78 123.62 218.03 -
System Red Green Blue C M Y K H S L
Decimal 194 5 60 0 0.97 0.69 0.24 342.54 0.95 0.39
Hex C2 5 3C 0 61 45 18 157 5F 27
Octal 302 5 74 0 141 105 30 527 137 47
Binary 11000010 101 111100 0 1100001 1000101 11000 101010111 1011111 100111

Color Harmonies of #C2053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2053C

Black with #C2053C

Text Example


Text Example

White with #C2053C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2053C; }

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

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

background-color css

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

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

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

border-color css

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

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

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