Html Css Color HEX #C94C71 Cabaret

📋 copy color: '#C94C71'

red 201 ◦ green 76 ◦ blue 113

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

Shades of Cabaret #C94C71

Tints of Cabaret #C94C71

RGB

 RED value IS 201 (78.91% from 255) = 51.54%

 GREEN value IS 76 (30.08% from 255) = 19.49%

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

R = 51.54%
G = 19.49%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C94C71 (or 0xC94C71) is known color: Cabaret. HEX triplet: C9, 4C and 71. RGB value is (201,76,113). Sum of RGB (Red+Green+Blue) = 201+76+113=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94C71 is #36B38E. Grayscale: #757575. Windows color (decimal): -3584911 or 7425225. OLE color: 7425225.

HSL color Cylindrical-coordinate representation of color #C94C71: hue angle of 342.24º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94C71 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 76 113 -
CMYK 0 0.62 0.44 0.21
HSL 342.24º 0.54% 0.54% -
HSV(B) 342.24º 0.62% 0.79% -
XYZ 29.65 18.78 17.68 -
YUV 117.59 125.41 187.49 -
System Red Green Blue C M Y K H S L
Decimal 201 76 113 0 0.62 0.44 0.21 342.24 0.54 0.54
Hex C9 4C 71 0 3E 2C 15 156 36 36
Octal 311 114 161 0 76 54 25 526 66 66
Binary 11001001 1001100 1110001 0 111110 101100 10101 101010110 110110 110110

Color Harmonies of #C94C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94C71

Black with #C94C71

Text Example


Text Example

White with #C94C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94C71; }

 p { color: rgb(201,76,113); }

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

background-color css

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

 a { background-color: rgb(201,76,113); }

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

border-color css

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

 span { border-color: rgb(201,76,113); }

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