Html Css Color HEX #C4054B Cardinal

📋 copy color: '#C4054B'

red 196 ◦ green 5 ◦ blue 75

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

Shades of Cardinal #C4054B

Tints of Cardinal #C4054B

RGB

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

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

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

R = 71.01%
G = 1.81%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4054B (or 0xC4054B) is known color: Cardinal. HEX triplet: C4, 05 and 4B. RGB value is (196,5,75). Sum of RGB (Red+Green+Blue) = 196+5+75=276 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.01% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 196 - color contains mainly: red. Hex color #C4054B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4054B is #3BFAB4. Grayscale: #464646. Windows color (decimal): -3930805 or 4916676. OLE color: 4916676.

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

Color convert

RGB 196 5 75 -
CMYK 0 0.97 0.62 0.23
HSL 338.01º 0.95% 0.39% -
HSV(B) 338.01º 0.97% 0.77% -
XYZ 24.09 12.35 7.77 -
YUV 70.09 130.78 217.81 -
System Red Green Blue C M Y K H S L
Decimal 196 5 75 0 0.97 0.62 0.23 338.01 0.95 0.39
Hex C4 5 4B 0 61 3E 17 152 5F 27
Octal 304 5 113 0 141 76 27 522 137 47
Binary 11000100 101 1001011 0 1100001 111110 10111 101010010 1011111 100111

Color Harmonies of #C4054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4054B

Black with #C4054B

Text Example


Text Example

White with #C4054B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4054B; }

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

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

background-color css

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

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

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

border-color css

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

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

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