Html Css Color HEX #C94671 Cabaret

📋 copy color: '#C94671'

red 201 ◦ green 70 ◦ blue 113

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

Shades of Cabaret #C94671

Tints of Cabaret #C94671

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.23%

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

R = 52.34%
G = 18.23%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C94671 (or 0xC94671) is known color: Cabaret. HEX triplet: C9, 46 and 71. RGB value is (201,70,113). Sum of RGB (Red+Green+Blue) = 201+70+113=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C94671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94671 is #36B98E. Grayscale: #727272. Windows color (decimal): -3586447 or 7423689. OLE color: 7423689.

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

Color convert

RGB 201 70 113 -
CMYK 0 0.65 0.44 0.21
HSL 340.31º 0.55% 0.53% -
HSV(B) 340.31º 0.65% 0.79% -
XYZ 29.26 17.99 17.55 -
YUV 114.07 127.4 190 -
System Red Green Blue C M Y K H S L
Decimal 201 70 113 0 0.65 0.44 0.21 340.31 0.55 0.53
Hex C9 46 71 0 41 2C 15 154 37 35
Octal 311 106 161 0 101 54 25 524 67 65
Binary 11001001 1000110 1110001 0 1000001 101100 10101 101010100 110111 110101

Color Harmonies of #C94671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94671

Black with #C94671

Text Example


Text Example

White with #C94671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94671; }

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

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

background-color css

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

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

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

border-color css

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

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

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