Html Css Color HEX #C2054B Cardinal

📋 copy color: '#C2054B'

red 194 ◦ green 5 ◦ blue 75

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

Shades of Cardinal #C2054B

Tints of Cardinal #C2054B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.37%

R = 70.8%
G = 1.82%
B = 27.37%

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

#C2054B (or 0xC2054B) is known color: Cardinal. HEX triplet: C2, 05 and 4B. RGB value is (194,5,75). Sum of RGB (Red+Green+Blue) = 194+5+75=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C2054B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2054B is #3DFAB4. Grayscale: #454545. Windows color (decimal): -4061877 or 4916674. OLE color: 4916674.

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

Color convert

RGB 194 5 75 -
CMYK 0 0.97 0.61 0.24
HSL 337.78º 0.95% 0.39% -
HSV(B) 337.78º 0.97% 0.76% -
XYZ 23.57 12.09 7.75 -
YUV 69.49 131.12 216.81 -
System Red Green Blue C M Y K H S L
Decimal 194 5 75 0 0.97 0.61 0.24 337.78 0.95 0.39
Hex C2 5 4B 0 61 3D 18 152 5F 27
Octal 302 5 113 0 141 75 30 522 137 47
Binary 11000010 101 1001011 0 1100001 111101 11000 101010010 1011111 100111

Color Harmonies of #C2054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2054B

Black with #C2054B

Text Example


Text Example

White with #C2054B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2054B; }

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

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

background-color css

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

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

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

border-color css

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

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

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