Html Css Color HEX #C95874 Cabaret

📋 copy color: '#C95874'

red 201 ◦ green 88 ◦ blue 116

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

Shades of Cabaret #C95874

Tints of Cabaret #C95874

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.73%

 BLUE value IS 116 (45.7% from 255) = 28.64%

R = 49.63%
G = 21.73%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C95874 (or 0xC95874) is known color: Cabaret. HEX triplet: C9, 58 and 74. RGB value is (201,88,116). Sum of RGB (Red+Green+Blue) = 201+88+116=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C95874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95874 is #36A78B. Grayscale: #7C7C7C. Windows color (decimal): -3581836 or 7624905. OLE color: 7624905.

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

Color convert

RGB 201 88 116 -
CMYK 0 0.56 0.42 0.21
HSL 345.13º 0.51% 0.57% -
HSV(B) 345.13º 0.56% 0.79% -
XYZ 30.73 20.66 18.89 -
YUV 124.98 122.94 182.22 -
System Red Green Blue C M Y K H S L
Decimal 201 88 116 0 0.56 0.42 0.21 345.13 0.51 0.57
Hex C9 58 74 0 38 2A 15 159 33 39
Octal 311 130 164 0 70 52 25 531 63 71
Binary 11001001 1011000 1110100 0 111000 101010 10101 101011001 110011 111001

Color Harmonies of #C95874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95874

Black with #C95874

Text Example


Text Example

White with #C95874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95874; }

 p { color: rgb(201,88,116); }

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

background-color css

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

 a { background-color: rgb(201,88,116); }

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

border-color css

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

 span { border-color: rgb(201,88,116); }

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