Html Css Color HEX #C45071 Cabaret

📋 copy color: '#C45071'

red 196 ◦ green 80 ◦ blue 113

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

Shades of Cabaret #C45071

Tints of Cabaret #C45071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.57%

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

R = 50.39%
G = 20.57%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C45071 (or 0xC45071) is known color: Cabaret. HEX triplet: C4, 50 and 71. RGB value is (196,80,113). Sum of RGB (Red+Green+Blue) = 196+80+113=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C45071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45071 is #3BAF8E. Grayscale: #767676. Windows color (decimal): -3911567 or 7426244. OLE color: 7426244.

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

Color convert

RGB 196 80 113 -
CMYK 0 0.59 0.42 0.23
HSL 342.93º 0.5% 0.54% -
HSV(B) 342.93º 0.59% 0.77% -
XYZ 28.61 18.67 17.72 -
YUV 118.45 124.93 183.32 -
System Red Green Blue C M Y K H S L
Decimal 196 80 113 0 0.59 0.42 0.23 342.93 0.5 0.54
Hex C4 50 71 0 3B 2A 17 157 32 36
Octal 304 120 161 0 73 52 27 527 62 66
Binary 11000100 1010000 1110001 0 111011 101010 10111 101010111 110010 110110

Color Harmonies of #C45071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45071

Black with #C45071

Text Example


Text Example

White with #C45071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45071; }

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

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

background-color css

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

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

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

border-color css

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

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

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