Html Css Color HEX #C94071 Cabaret

📋 copy color: '#C94071'

red 201 ◦ green 64 ◦ blue 113

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

Shades of Cabaret #C94071

Tints of Cabaret #C94071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.93%

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

R = 53.17%
G = 16.93%
B = 29.89%

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

#C94071 (or 0xC94071) is known color: Cabaret. HEX triplet: C9, 40 and 71. RGB value is (201,64,113). Sum of RGB (Red+Green+Blue) = 201+64+113=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C94071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94071 is #36BF8E. Grayscale: #6E6E6E. Windows color (decimal): -3587983 or 7422153. OLE color: 7422153.

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

Color convert

RGB 201 64 113 -
CMYK 0 0.68 0.44 0.21
HSL 338.54º 0.56% 0.52% -
HSV(B) 338.54º 0.68% 0.79% -
XYZ 28.9 17.28 17.43 -
YUV 110.55 129.39 192.52 -
System Red Green Blue C M Y K H S L
Decimal 201 64 113 0 0.68 0.44 0.21 338.54 0.56 0.52
Hex C9 40 71 0 44 2C 15 153 38 34
Octal 311 100 161 0 104 54 25 523 70 64
Binary 11001001 1000000 1110001 0 1000100 101100 10101 101010011 111000 110100

Color Harmonies of #C94071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94071

Black with #C94071

Text Example


Text Example

White with #C94071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94071; }

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

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

background-color css

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

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

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

border-color css

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

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

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