Html Css Color HEX #C2054C Cardinal

📋 copy color: '#C2054C'

red 194 ◦ green 5 ◦ blue 76

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

Shades of Cardinal #C2054C

Tints of Cardinal #C2054C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.64%

R = 70.55%
G = 1.82%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2054C (or 0xC2054C) is known color: Cardinal. HEX triplet: C2, 05 and 4C. RGB value is (194,5,76). Sum of RGB (Red+Green+Blue) = 194+5+76=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C2054C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2054C is #3DFAB3. Grayscale: #454545. Windows color (decimal): -4061876 or 4982210. OLE color: 4982210.

HSL color Cylindrical-coordinate representation of color #C2054C: hue angle of 337.46º 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 #C2054C is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 5 76 -
CMYK 0 0.97 0.61 0.24
HSL 337.46º 0.95% 0.39% -
HSV(B) 337.46º 0.97% 0.76% -
XYZ 23.61 12.1 7.93 -
YUV 69.61 131.62 216.73 -
System Red Green Blue C M Y K H S L
Decimal 194 5 76 0 0.97 0.61 0.24 337.46 0.95 0.39
Hex C2 5 4C 0 61 3D 18 151 5F 27
Octal 302 5 114 0 141 75 30 521 137 47
Binary 11000010 101 1001100 0 1100001 111101 11000 101010001 1011111 100111

Color Harmonies of #C2054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2054C

Black with #C2054C

Text Example


Text Example

White with #C2054C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2054C; }

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

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

background-color css

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

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

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

border-color css

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

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

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