Html Css Color HEX #C7566E Cabaret

📋 copy color: '#C7566E'

red 199 ◦ green 86 ◦ blue 110

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

Shades of Cabaret #C7566E

Tints of Cabaret #C7566E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.77%

 BLUE value IS 110 (43.36% from 255) = 27.85%

R = 50.38%
G = 21.77%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C7566E (or 0xC7566E) is known color: Cabaret. HEX triplet: C7, 56 and 6E. RGB value is (199,86,110). Sum of RGB (Red+Green+Blue) = 199+86+110=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C7566E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7566E is #38A991. Grayscale: #7A7A7A. Windows color (decimal): -3713426 or 7231175. OLE color: 7231175.

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

Color convert

RGB 199 86 110 -
CMYK 0 0.57 0.45 0.22
HSL 347.26º 0.5% 0.56% -
HSV(B) 347.26º 0.57% 0.78% -
XYZ 29.7 19.92 17.03 -
YUV 122.52 120.94 182.55 -
System Red Green Blue C M Y K H S L
Decimal 199 86 110 0 0.57 0.45 0.22 347.26 0.5 0.56
Hex C7 56 6E 0 39 2D 16 15B 32 38
Octal 307 126 156 0 71 55 26 533 62 70
Binary 11000111 1010110 1101110 0 111001 101101 10110 101011011 110010 111000

Color Harmonies of #C7566E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7566E

Black with #C7566E

Text Example


Text Example

White with #C7566E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7566E; }

 p { color: rgb(199,86,110); }

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

background-color css

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

 a { background-color: rgb(199,86,110); }

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

border-color css

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

 span { border-color: rgb(199,86,110); }

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