Html Css Color HEX #C94871 Cabaret

📋 copy color: '#C94871'

red 201 ◦ green 72 ◦ blue 113

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

Shades of Cabaret #C94871

Tints of Cabaret #C94871

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.65%

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

R = 52.07%
G = 18.65%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C94871 (or 0xC94871) is known color: Cabaret. HEX triplet: C9, 48 and 71. RGB value is (201,72,113). Sum of RGB (Red+Green+Blue) = 201+72+113=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C94871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94871 is #36B78E. Grayscale: #737373. Windows color (decimal): -3585935 or 7424201. OLE color: 7424201.

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

Color convert

RGB 201 72 113 -
CMYK 0 0.64 0.44 0.21
HSL 340.93º 0.54% 0.54% -
HSV(B) 340.93º 0.64% 0.79% -
XYZ 29.39 18.24 17.6 -
YUV 115.25 126.74 189.17 -
System Red Green Blue C M Y K H S L
Decimal 201 72 113 0 0.64 0.44 0.21 340.93 0.54 0.54
Hex C9 48 71 0 40 2C 15 155 36 36
Octal 311 110 161 0 100 54 25 525 66 66
Binary 11001001 1001000 1110001 0 1000000 101100 10101 101010101 110110 110110

Color Harmonies of #C94871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94871

Black with #C94871

Text Example


Text Example

White with #C94871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94871; }

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

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

background-color css

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

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

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

border-color css

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

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

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