Html Css Color HEX #C94571 Cabaret

📋 copy color: '#C94571'

red 201 ◦ green 69 ◦ blue 113

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

Shades of Cabaret #C94571

Tints of Cabaret #C94571

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.02%

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

R = 52.48%
G = 18.02%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C94571 (or 0xC94571) is known color: Cabaret. HEX triplet: C9, 45 and 71. RGB value is (201,69,113). Sum of RGB (Red+Green+Blue) = 201+69+113=383 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.48% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 201 - color contains mainly: red. Hex color #C94571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94571 is #36BA8E. Grayscale: #717171. Windows color (decimal): -3586703 or 7423433. OLE color: 7423433.

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

Color convert

RGB 201 69 113 -
CMYK 0 0.66 0.44 0.21
HSL 340º 0.55% 0.53% -
HSV(B) 340º 0.66% 0.79% -
XYZ 29.2 17.87 17.53 -
YUV 113.48 127.73 190.42 -
System Red Green Blue C M Y K H S L
Decimal 201 69 113 0 0.66 0.44 0.21 340 0.55 0.53
Hex C9 45 71 0 42 2C 15 154 37 35
Octal 311 105 161 0 102 54 25 524 67 65
Binary 11001001 1000101 1110001 0 1000010 101100 10101 101010100 110111 110101

Color Harmonies of #C94571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94571

Black with #C94571

Text Example


Text Example

White with #C94571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94571; }

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

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

background-color css

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

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

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

border-color css

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

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

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