Html Css Color HEX #C94771 Cabaret

📋 copy color: '#C94771'

red 201 ◦ green 71 ◦ blue 113

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

Shades of Cabaret #C94771

Tints of Cabaret #C94771

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.44%

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

R = 52.21%
G = 18.44%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C94771 (or 0xC94771) is known color: Cabaret. HEX triplet: C9, 47 and 71. RGB value is (201,71,113). Sum of RGB (Red+Green+Blue) = 201+71+113=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C94771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94771 is #36B88E. Grayscale: #727272. Windows color (decimal): -3586191 or 7423945. OLE color: 7423945.

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

Color convert

RGB 201 71 113 -
CMYK 0 0.65 0.44 0.21
HSL 340.62º 0.55% 0.53% -
HSV(B) 340.62º 0.65% 0.79% -
XYZ 29.32 18.12 17.57 -
YUV 114.66 127.07 189.58 -
System Red Green Blue C M Y K H S L
Decimal 201 71 113 0 0.65 0.44 0.21 340.62 0.55 0.53
Hex C9 47 71 0 41 2C 15 155 37 35
Octal 311 107 161 0 101 54 25 525 67 65
Binary 11001001 1000111 1110001 0 1000001 101100 10101 101010101 110111 110101

Color Harmonies of #C94771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94771

Black with #C94771

Text Example


Text Example

White with #C94771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94771; }

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

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

background-color css

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

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

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

border-color css

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

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

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