Html Css Color HEX #C94171 Cabaret

📋 copy color: '#C94171'

red 201 ◦ green 65 ◦ blue 113

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

Shades of Cabaret #C94171

Tints of Cabaret #C94171

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.15%

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

R = 53.03%
G = 17.15%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C94171 (or 0xC94171) is known color: Cabaret. HEX triplet: C9, 41 and 71. RGB value is (201,65,113). Sum of RGB (Red+Green+Blue) = 201+65+113=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C94171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94171 is #36BE8E. Grayscale: #6F6F6F. Windows color (decimal): -3587727 or 7422409. OLE color: 7422409.

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

Color convert

RGB 201 65 113 -
CMYK 0 0.68 0.44 0.21
HSL 338.82º 0.56% 0.52% -
HSV(B) 338.82º 0.68% 0.79% -
XYZ 28.96 17.39 17.45 -
YUV 111.14 129.06 192.1 -
System Red Green Blue C M Y K H S L
Decimal 201 65 113 0 0.68 0.44 0.21 338.82 0.56 0.52
Hex C9 41 71 0 44 2C 15 153 38 34
Octal 311 101 161 0 104 54 25 523 70 64
Binary 11001001 1000001 1110001 0 1000100 101100 10101 101010011 111000 110100

Color Harmonies of #C94171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94171

Black with #C94171

Text Example


Text Example

White with #C94171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94171; }

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

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

background-color css

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

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

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

border-color css

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

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

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