Html Css Color HEX #C95574 Cabaret

📋 copy color: '#C95574'

red 201 ◦ green 85 ◦ blue 116

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

Shades of Cabaret #C95574

Tints of Cabaret #C95574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.14%

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

R = 50%
G = 21.14%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C95574 (or 0xC95574) is known color: Cabaret. HEX triplet: C9, 55 and 74. RGB value is (201,85,116). Sum of RGB (Red+Green+Blue) = 201+85+116=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C95574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95574 is #36AA8B. Grayscale: #7B7B7B. Windows color (decimal): -3582604 or 7624137. OLE color: 7624137.

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

Color convert

RGB 201 85 116 -
CMYK 0 0.58 0.42 0.21
HSL 343.97º 0.52% 0.56% -
HSV(B) 343.97º 0.58% 0.79% -
XYZ 30.49 20.18 18.81 -
YUV 123.22 123.93 183.48 -
System Red Green Blue C M Y K H S L
Decimal 201 85 116 0 0.58 0.42 0.21 343.97 0.52 0.56
Hex C9 55 74 0 3A 2A 15 158 34 38
Octal 311 125 164 0 72 52 25 530 64 70
Binary 11001001 1010101 1110100 0 111010 101010 10101 101011000 110100 111000

Color Harmonies of #C95574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95574

Black with #C95574

Text Example


Text Example

White with #C95574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95574; }

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

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

background-color css

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

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

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

border-color css

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

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

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