Html Css Color HEX #C9577B Cabaret

📋 copy color: '#C9577B'

red 201 ◦ green 87 ◦ blue 123

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

Shades of Cabaret #C9577B

Tints of Cabaret #C9577B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.17%

 BLUE value IS 123 (48.44% from 255) = 29.93%

R = 48.91%
G = 21.17%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9577B (or 0xC9577B) is known color: Cabaret. HEX triplet: C9, 57 and 7B. RGB value is (201,87,123). Sum of RGB (Red+Green+Blue) = 201+87+123=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9577B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9577B is #36A884. Grayscale: #7D7D7D. Windows color (decimal): -3582085 or 8083401. OLE color: 8083401.

HSL color Cylindrical-coordinate representation of color #C9577B: hue angle of 341.05º degrees, saturation: 0.51, 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 #C9577B is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 87 123 -
CMYK 0 0.57 0.39 0.21
HSL 341.05º 0.51% 0.56% -
HSV(B) 341.05º 0.57% 0.79% -
XYZ 31.07 20.66 21.09 -
YUV 125.19 126.77 182.07 -
System Red Green Blue C M Y K H S L
Decimal 201 87 123 0 0.57 0.39 0.21 341.05 0.51 0.56
Hex C9 57 7B 0 39 27 15 155 33 38
Octal 311 127 173 0 71 47 25 525 63 70
Binary 11001001 1010111 1111011 0 111001 100111 10101 101010101 110011 111000

Color Harmonies of #C9577B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9577B

Black with #C9577B

Text Example


Text Example

White with #C9577B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9577B; }

 p { color: rgb(201,87,123); }

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

background-color css

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

 a { background-color: rgb(201,87,123); }

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

border-color css

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

 span { border-color: rgb(201,87,123); }

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