Html Css Color HEX #C45471 Cabaret

📋 copy color: '#C45471'

red 196 ◦ green 84 ◦ blue 113

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

Shades of Cabaret #C45471

Tints of Cabaret #C45471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.37%

 BLUE value IS 113 (44.53% from 255) = 28.75%

R = 49.87%
G = 21.37%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C45471 (or 0xC45471) is known color: Cabaret. HEX triplet: C4, 54 and 71. RGB value is (196,84,113). Sum of RGB (Red+Green+Blue) = 196+84+113=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C45471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45471 is #3BAB8E. Grayscale: #787878. Windows color (decimal): -3910543 or 7427268. OLE color: 7427268.

HSL color Cylindrical-coordinate representation of color #C45471: hue angle of 344.46º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C45471 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 84 113 -
CMYK 0 0.57 0.42 0.23
HSL 344.46º 0.49% 0.55% -
HSV(B) 344.46º 0.57% 0.77% -
XYZ 28.92 19.27 17.82 -
YUV 120.79 123.61 181.64 -
System Red Green Blue C M Y K H S L
Decimal 196 84 113 0 0.57 0.42 0.23 344.46 0.49 0.55
Hex C4 54 71 0 39 2A 17 158 31 37
Octal 304 124 161 0 71 52 27 530 61 67
Binary 11000100 1010100 1110001 0 111001 101010 10111 101011000 110001 110111

Color Harmonies of #C45471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45471

Black with #C45471

Text Example


Text Example

White with #C45471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45471; }

 p { color: rgb(196,84,113); }

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

background-color css

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

 a { background-color: rgb(196,84,113); }

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

border-color css

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

 span { border-color: rgb(196,84,113); }

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