Html Css Color HEX #C7577D Cabaret

📋 copy color: '#C7577D'

red 199 ◦ green 87 ◦ blue 125

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

Shades of Cabaret #C7577D

Tints of Cabaret #C7577D

RGB

 RED value IS 199 (78.13% from 255) = 48.42%

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

 BLUE value IS 125 (49.22% from 255) = 30.41%

R = 48.42%
G = 21.17%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C7577D (or 0xC7577D) is known color: Cabaret. HEX triplet: C7, 57 and 7D. RGB value is (199,87,125). Sum of RGB (Red+Green+Blue) = 199+87+125=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C7577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7577D is #38A882. Grayscale: #7C7C7C. Windows color (decimal): -3713155 or 8214471. OLE color: 8214471.

HSL color Cylindrical-coordinate representation of color #C7577D: hue angle of 339.64º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C7577D is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 87 125 -
CMYK 0 0.56 0.37 0.22
HSL 339.64º 0.5% 0.56% -
HSV(B) 339.64º 0.56% 0.78% -
XYZ 30.66 20.44 21.73 -
YUV 124.82 128.11 180.91 -
System Red Green Blue C M Y K H S L
Decimal 199 87 125 0 0.56 0.37 0.22 339.64 0.5 0.56
Hex C7 57 7D 0 38 25 16 154 32 38
Octal 307 127 175 0 70 45 26 524 62 70
Binary 11000111 1010111 1111101 0 111000 100101 10110 101010100 110010 111000

Color Harmonies of #C7577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7577D

Black with #C7577D

Text Example


Text Example

White with #C7577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7577D; }

 p { color: rgb(199,87,125); }

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

background-color css

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

 a { background-color: rgb(199,87,125); }

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

border-color css

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

 span { border-color: rgb(199,87,125); }

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