Html Css Color HEX #C7526C Cabaret

📋 copy color: '#C7526C'

red 199 ◦ green 82 ◦ blue 108

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

Shades of Cabaret #C7526C

Tints of Cabaret #C7526C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.08%

 BLUE value IS 108 (42.58% from 255) = 27.76%

R = 51.16%
G = 21.08%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C7526C (or 0xC7526C) is known color: Cabaret. HEX triplet: C7, 52 and 6C. RGB value is (199,82,108). Sum of RGB (Red+Green+Blue) = 199+82+108=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C7526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7526C is #38AD93. Grayscale: #777777. Windows color (decimal): -3714452 or 7099079. OLE color: 7099079.

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

Color convert

RGB 199 82 108 -
CMYK 0 0.59 0.46 0.22
HSL 346.67º 0.51% 0.55% -
HSV(B) 346.67º 0.59% 0.78% -
XYZ 29.28 19.26 16.36 -
YUV 119.95 121.26 184.39 -
System Red Green Blue C M Y K H S L
Decimal 199 82 108 0 0.59 0.46 0.22 346.67 0.51 0.55
Hex C7 52 6C 0 3B 2E 16 15B 33 37
Octal 307 122 154 0 73 56 26 533 63 67
Binary 11000111 1010010 1101100 0 111011 101110 10110 101011011 110011 110111

Color Harmonies of #C7526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7526C

Black with #C7526C

Text Example


Text Example

White with #C7526C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7526C; }

 p { color: rgb(199,82,108); }

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

background-color css

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

 a { background-color: rgb(199,82,108); }

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

border-color css

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

 span { border-color: rgb(199,82,108); }

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