Html Css Color HEX #C5606F Cabaret

📋 copy color: '#C5606F'

red 197 ◦ green 96 ◦ blue 111

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

Shades of Cabaret #C5606F

Tints of Cabaret #C5606F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.76%

 BLUE value IS 111 (43.75% from 255) = 27.48%

R = 48.76%
G = 23.76%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5606F (or 0xC5606F) is known color: Cabaret. HEX triplet: C5, 60 and 6F. RGB value is (197,96,111). Sum of RGB (Red+Green+Blue) = 197+96+111=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5606F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5606F is #3A9F90. Grayscale: #7F7F7F. Windows color (decimal): -3841937 or 7299269. OLE color: 7299269.

HSL color Cylindrical-coordinate representation of color #C5606F: hue angle of 351.09º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5606F is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 96 111 -
CMYK 0 0.51 0.44 0.23
HSL 351.09º 0.47% 0.57% -
HSV(B) 351.09º 0.51% 0.77% -
XYZ 30.08 21.38 17.58 -
YUV 127.91 118.46 177.28 -
System Red Green Blue C M Y K H S L
Decimal 197 96 111 0 0.51 0.44 0.23 351.09 0.47 0.57
Hex C5 60 6F 0 33 2C 17 15F 2F 39
Octal 305 140 157 0 63 54 27 537 57 71
Binary 11000101 1100000 1101111 0 110011 101100 10111 101011111 101111 111001

Color Harmonies of #C5606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5606F

Black with #C5606F

Text Example


Text Example

White with #C5606F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5606F; }

 p { color: rgb(197,96,111); }

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

background-color css

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

 a { background-color: rgb(197,96,111); }

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

border-color css

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

 span { border-color: rgb(197,96,111); }

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