Html Css Color HEX #C5656A Cabaret

📋 copy color: '#C5656A'

red 197 ◦ green 101 ◦ blue 106

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

Shades of Cabaret #C5656A

Tints of Cabaret #C5656A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.24%

R = 48.76%
G = 25%
B = 26.24%

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

#C5656A (or 0xC5656A) is known color: Cabaret. HEX triplet: C5, 65 and 6A. RGB value is (197,101,106). Sum of RGB (Red+Green+Blue) = 197+101+106=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5656A is #3A9A95. Grayscale: #828282. Windows color (decimal): -3840662 or 6972869. OLE color: 6972869.

HSL color Cylindrical-coordinate representation of color #C5656A: hue angle of 356.88º 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 #C5656A is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 101 106 -
CMYK 0 0.49 0.46 0.23
HSL 356.88º 0.45% 0.58% -
HSV(B) 356.88º 0.49% 0.77% -
XYZ 30.28 22.22 16.33 -
YUV 130.27 114.3 175.59 -
System Red Green Blue C M Y K H S L
Decimal 197 101 106 0 0.49 0.46 0.23 356.88 0.45 0.58
Hex C5 65 6A 0 31 2E 17 165 2D 3A
Octal 305 145 152 0 61 56 27 545 55 72
Binary 11000101 1100101 1101010 0 110001 101110 10111 101100101 101101 111010

Color Harmonies of #C5656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5656A

Black with #C5656A

Text Example


Text Example

White with #C5656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5656A; }

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

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

background-color css

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

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

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

border-color css

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

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

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