Html Css Color HEX #C7547A Cabaret

📋 copy color: '#C7547A'

red 199 ◦ green 84 ◦ blue 122

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

Shades of Cabaret #C7547A

Tints of Cabaret #C7547A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.74%

 BLUE value IS 122 (48.05% from 255) = 30.12%

R = 49.14%
G = 20.74%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C7547A (or 0xC7547A) is known color: Cabaret. HEX triplet: C7, 54 and 7A. RGB value is (199,84,122). Sum of RGB (Red+Green+Blue) = 199+84+122=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C7547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7547A is #38AB85. Grayscale: #7A7A7A. Windows color (decimal): -3713926 or 8017095. OLE color: 8017095.

HSL color Cylindrical-coordinate representation of color #C7547A: hue angle of 340.17º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C7547A is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 84 122 -
CMYK 0 0.58 0.39 0.22
HSL 340.17º 0.51% 0.55% -
HSV(B) 340.17º 0.58% 0.78% -
XYZ 30.24 19.89 20.66 -
YUV 122.72 127.6 182.41 -
System Red Green Blue C M Y K H S L
Decimal 199 84 122 0 0.58 0.39 0.22 340.17 0.51 0.55
Hex C7 54 7A 0 3A 27 16 154 33 37
Octal 307 124 172 0 72 47 26 524 63 67
Binary 11000111 1010100 1111010 0 111010 100111 10110 101010100 110011 110111

Color Harmonies of #C7547A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7547A

Black with #C7547A

Text Example


Text Example

White with #C7547A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7547A; }

 p { color: rgb(199,84,122); }

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

background-color css

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

 a { background-color: rgb(199,84,122); }

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

border-color css

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

 span { border-color: rgb(199,84,122); }

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