Html Css Color HEX #C95671 Cabaret

📋 copy color: '#C95671'

red 201 ◦ green 86 ◦ blue 113

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

Shades of Cabaret #C95671

Tints of Cabaret #C95671

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.5%

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

R = 50.25%
G = 21.5%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C95671 (or 0xC95671) is known color: Cabaret. HEX triplet: C9, 56 and 71. RGB value is (201,86,113). Sum of RGB (Red+Green+Blue) = 201+86+113=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C95671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95671 is #36A98E. Grayscale: #7B7B7B. Windows color (decimal): -3582351 or 7427785. OLE color: 7427785.

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

Color convert

RGB 201 86 113 -
CMYK 0 0.57 0.44 0.21
HSL 345.91º 0.52% 0.56% -
HSV(B) 345.91º 0.57% 0.79% -
XYZ 30.4 20.27 17.93 -
YUV 123.46 122.1 183.3 -
System Red Green Blue C M Y K H S L
Decimal 201 86 113 0 0.57 0.44 0.21 345.91 0.52 0.56
Hex C9 56 71 0 39 2C 15 15A 34 38
Octal 311 126 161 0 71 54 25 532 64 70
Binary 11001001 1010110 1110001 0 111001 101100 10101 101011010 110100 111000

Color Harmonies of #C95671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95671

Black with #C95671

Text Example


Text Example

White with #C95671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95671; }

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

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

background-color css

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

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

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

border-color css

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

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

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