Html Css Color HEX #C5567B Cabaret

📋 copy color: '#C5567B'

red 197 ◦ green 86 ◦ blue 123

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

Shades of Cabaret #C5567B

Tints of Cabaret #C5567B

RGB

 RED value IS 197 (77.34% from 255) = 48.52%

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

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

R = 48.52%
G = 21.18%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5567B (or 0xC5567B) is known color: Cabaret. HEX triplet: C5, 56 and 7B. RGB value is (197,86,123). Sum of RGB (Red+Green+Blue) = 197+86+123=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5567B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5567B is #3AA984. Grayscale: #7B7B7B. Windows color (decimal): -3844485 or 8083141. OLE color: 8083141.

HSL color Cylindrical-coordinate representation of color #C5567B: hue angle of 340º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5567B is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 86 123 -
CMYK 0 0.56 0.38 0.23
HSL 340º 0.49% 0.55% -
HSV(B) 340º 0.56% 0.77% -
XYZ 29.93 19.96 21.01 -
YUV 123.41 127.77 180.49 -
System Red Green Blue C M Y K H S L
Decimal 197 86 123 0 0.56 0.38 0.23 340 0.49 0.55
Hex C5 56 7B 0 38 26 17 154 31 37
Octal 305 126 173 0 70 46 27 524 61 67
Binary 11000101 1010110 1111011 0 111000 100110 10111 101010100 110001 110111

Color Harmonies of #C5567B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5567B

Black with #C5567B

Text Example


Text Example

White with #C5567B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5567B; }

 p { color: rgb(197,86,123); }

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

background-color css

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

 a { background-color: rgb(197,86,123); }

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

border-color css

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

 span { border-color: rgb(197,86,123); }

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