Html Css Color HEX #C4054C Cardinal

📋 copy color: '#C4054C'

red 196 ◦ green 5 ◦ blue 76

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

Shades of Cardinal #C4054C

Tints of Cardinal #C4054C

RGB

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

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

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

R = 70.76%
G = 1.81%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4054C (or 0xC4054C) is known color: Cardinal. HEX triplet: C4, 05 and 4C. RGB value is (196,5,76). Sum of RGB (Red+Green+Blue) = 196+5+76=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C4054C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4054C is #3BFAB3. Grayscale: #464646. Windows color (decimal): -3930804 or 4982212. OLE color: 4982212.

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

Color convert

RGB 196 5 76 -
CMYK 0 0.97 0.61 0.23
HSL 337.7º 0.95% 0.39% -
HSV(B) 337.7º 0.97% 0.77% -
XYZ 24.12 12.37 7.95 -
YUV 70.2 131.28 217.73 -
System Red Green Blue C M Y K H S L
Decimal 196 5 76 0 0.97 0.61 0.23 337.7 0.95 0.39
Hex C4 5 4C 0 61 3D 17 152 5F 27
Octal 304 5 114 0 141 75 27 522 137 47
Binary 11000100 101 1001100 0 1100001 111101 10111 101010010 1011111 100111

Color Harmonies of #C4054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4054C

Black with #C4054C

Text Example


Text Example

White with #C4054C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4054C; }

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

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

background-color css

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

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

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

border-color css

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

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

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