Html Css Color HEX #C94471 Cabaret

📋 copy color: '#C94471'

red 201 ◦ green 68 ◦ blue 113

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

Shades of Cabaret #C94471

Tints of Cabaret #C94471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.8%

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

R = 52.62%
G = 17.8%
B = 29.58%

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

#C94471 (or 0xC94471) is known color: Cabaret. HEX triplet: C9, 44 and 71. RGB value is (201,68,113). Sum of RGB (Red+Green+Blue) = 201+68+113=382 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.62% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 201 - color contains mainly: red. Hex color #C94471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94471 is #36BB8E. Grayscale: #707070. Windows color (decimal): -3586959 or 7423177. OLE color: 7423177.

HSL color Cylindrical-coordinate representation of color #C94471: hue angle of 339.7º 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 #C94471 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 68 113 -
CMYK 0 0.66 0.44 0.21
HSL 339.7º 0.55% 0.53% -
HSV(B) 339.7º 0.66% 0.79% -
XYZ 29.14 17.74 17.51 -
YUV 112.9 128.06 190.84 -
System Red Green Blue C M Y K H S L
Decimal 201 68 113 0 0.66 0.44 0.21 339.7 0.55 0.53
Hex C9 44 71 0 42 2C 15 154 37 35
Octal 311 104 161 0 102 54 25 524 67 65
Binary 11001001 1000100 1110001 0 1000010 101100 10101 101010100 110111 110101

Color Harmonies of #C94471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94471

Black with #C94471

Text Example


Text Example

White with #C94471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94471; }

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

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

background-color css

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

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

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

border-color css

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

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

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