Html Css Color HEX #C5656B Cabaret

📋 copy color: '#C5656B'

red 197 ◦ green 101 ◦ blue 107

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

Shades of Cabaret #C5656B

Tints of Cabaret #C5656B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.94%

 BLUE value IS 107 (42.19% from 255) = 26.42%

R = 48.64%
G = 24.94%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5656B (or 0xC5656B) is known color: Cabaret. HEX triplet: C5, 65 and 6B. RGB value is (197,101,107). Sum of RGB (Red+Green+Blue) = 197+101+107=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5656B is #3A9A94. Grayscale: #828282. Windows color (decimal): -3840661 or 7038405. OLE color: 7038405.

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

Color convert

RGB 197 101 107 -
CMYK 0 0.49 0.46 0.23
HSL 356.25º 0.45% 0.58% -
HSV(B) 356.25º 0.49% 0.77% -
XYZ 30.33 22.24 16.6 -
YUV 130.39 114.8 175.51 -
System Red Green Blue C M Y K H S L
Decimal 197 101 107 0 0.49 0.46 0.23 356.25 0.45 0.58
Hex C5 65 6B 0 31 2E 17 164 2D 3A
Octal 305 145 153 0 61 56 27 544 55 72
Binary 11000101 1100101 1101011 0 110001 101110 10111 101100100 101101 111010

Color Harmonies of #C5656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5656B

Black with #C5656B

Text Example


Text Example

White with #C5656B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5656B; }

 p { color: rgb(197,101,107); }

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

background-color css

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

 a { background-color: rgb(197,101,107); }

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

border-color css

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

 span { border-color: rgb(197,101,107); }

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